#75e7d3

Color #75E7D3 Riptide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Riptide #75E7D3

Tints of Riptide #75E7D3

Color information

#75E7D3 (or 0x75E7D3) is unknown color: approx Riptide. HEX triplet: 75, E7 and D3. RGB value is (117,231,211). Sum of RGB (Red+Green+Blue) = 117+231+211=559 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.93% from 559); Green value is 231 (90.62% from 255 or 41.32% from 559); Blue value is 211 (82.81% from 255 or 37.75% from 559); Max value from RGB is 231 - color contains mainly: green. Hex color #75E7D3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75E7D3 is #8A182C. Grayscale: #C2C2C2. Windows color (decimal): -9050157 or 13887349. OLE color: 13887349.

HSL color Cylindrical-coordinate representation of color #75E7D3: hue angle of 169.47º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75E7D3 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB117231211-
CMYK0.4900.090.09
HSL169.47º70.37%68.24%-
HSV(B)169.47º49.35%90.59%-
XYZ47.6765.6471.78-
YUV194.63137.2372.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 20.93%
GREEN value IS 231 (90.62% from 255) = 41.32%
BLUE value IS 211 (82.81% from 255) = 37.75%
R=20.93%
G=41.32%
B=37.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1172312110.4900.090.09169.4770.3768.24
Hex75E7D331099a94644
Octal1653473236101111251106104
Binary111010111100111110100111100010100110011010100110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75e7d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75e7d3; }

 p { color: rgb(117,231,211); }

 H1.HeaderClassName
 {
   color: #75e7d3;
 }
 .AnyTagClassName
 {
   color: #75e7d3;
 }
</style>
background-color css

<style>
 a { background-color: #75e7d3; }

 a { background-color: rgb(117,231,211); }

 div.DivClassName
 {
   background-color: #75e7d3;
 }
 .BgClassName
 {
   background-color: #75e7d3;
 }
</style>
border-color css

<style>
 span { border-color: #75e7d3; }

 span { border-color: rgb(117,231,211); }

 td.TdClassName
 {
   border-color: #75e7d3;
 }
 .TagClassName
 {
   border-color: #75e7d3;
 }
</style>