#75DED3

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

Shades of Riptide #75DED3

Tints of Riptide #75DED3

Color information

#75DED3 (or 0x75DED3) is unknown color: approx Riptide. HEX triplet: 75, DE and D3. RGB value is (117,222,211). Sum of RGB (Red+Green+Blue) = 117+222+211=550 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.27% from 550); Green value is 222 (87.11% from 255 or 40.36% from 550); Blue value is 211 (82.81% from 255 or 38.36% from 550); Max value from RGB is 222 - color contains mainly: green. Hex color #75DED3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DED3 is #8A212C. Grayscale: #BDBDBD. Windows color (decimal): -9052461 or 13885045. OLE color: 13885045.

HSL color Cylindrical-coordinate representation of color #75DED3: hue angle of 173.71º 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 #75DED3 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB117222211-
CMYK0.4700.050.13
HSL173.71º61.4%66.47%-
HSV(B)173.71º47.3%87.06%-
XYZ45.2260.7370.97-
YUV189.35140.2176.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.27%
GREEN value IS 222 (87.11% from 255) = 40.36%
BLUE value IS 211 (82.81% from 255) = 38.36%
R=21.27%
G=40.36%
B=38.36%

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
Decimal1172222110.4700.050.13173.7161.466.47
Hex75DED32F05Dae3d42
Octal16533632357051525675102
Binary1110101110111101101001110111101011101101011101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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