#75DED4

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

Shades of Riptide #75DED4

Tints of Riptide #75DED4

Color information

#75DED4 (or 0x75DED4) is unknown color: approx Riptide. HEX triplet: 75, DE and D4. RGB value is (117,222,212). Sum of RGB (Red+Green+Blue) = 117+222+212=551 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.23% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 212 (83.20% from 255 or 38.48% from 551); Max value from RGB is 222 - color contains mainly: green. Hex color #75DED4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DED4 is #8A212B. Grayscale: #BDBDBD. Windows color (decimal): -9052460 or 13950581. OLE color: 13950581.

HSL color Cylindrical-coordinate representation of color #75DED4: hue angle of 174.29º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DED4 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB117222212-
CMYK0.4700.050.13
HSL174.29º61.4%66.47%-
HSV(B)174.29º47.3%87.06%-
XYZ45.3460.7871.63-
YUV189.46140.7176.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.23%
GREEN value IS 222 (87.11% from 255) = 40.29%
BLUE value IS 212 (83.20% from 255) = 38.48%
R=21.23%
G=40.29%
B=38.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1172222120.4700.050.13174.2961.466.47
Hex75DED42F05Dae3d42
Octal16533632457051525675102
Binary1110101110111101101010010111101011101101011101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,222,212); }

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

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

 a { background-color: rgb(117,222,212); }

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

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

 span { border-color: rgb(117,222,212); }

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