#75E8D2

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

Shades of Riptide #75E8D2

Tints of Riptide #75E8D2

Color information

#75E8D2 (or 0x75E8D2) is unknown color: approx Riptide. HEX triplet: 75, E8 and D2. RGB value is (117,232,210). Sum of RGB (Red+Green+Blue) = 117+232+210=559 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.93% from 559); Green value is 232 (91.02% from 255 or 41.50% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 232 - color contains mainly: green. Hex color #75E8D2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75E8D2 is #8A172D. Grayscale: #C3C3C3. Windows color (decimal): -9049902 or 13822069. OLE color: 13822069.

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

Color convert

RGB117232210-
CMYK0.5000.090.09
HSL168.52º71.43%68.43%-
HSV(B)168.52º49.57%90.98%-
XYZ47.8366.1571.22-
YUV195.11136.472.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.93%
GREEN value IS 232 (91.02% from 255) = 41.50%
BLUE value IS 210 (82.42% from 255) = 37.57%
R=20.93%
G=41.50%
B=37.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1172322100.5000.090.09168.5271.4368.43
Hex75E8D232099a94744
Octal1653503226201111251107104
Binary111010111101000110100101100100100110011010100110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E8D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,232,210); }

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

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

 a { background-color: rgb(117,232,210); }

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

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

 span { border-color: rgb(117,232,210); }

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