#75DFD5

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

Shades of Riptide #75DFD5

Tints of Riptide #75DFD5

Color information

#75DFD5 (or 0x75DFD5) is unknown color: approx Riptide. HEX triplet: 75, DF and D5. RGB value is (117,223,213). Sum of RGB (Red+Green+Blue) = 117+223+213=553 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.16% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #75DFD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DFD5 is #8A202A. Grayscale: #BEBEBE. Windows color (decimal): -9052203 or 14016373. OLE color: 14016373.

HSL color Cylindrical-coordinate representation of color #75DFD5: hue angle of 174.34º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75DFD5 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB117223213-
CMYK0.4800.040.13
HSL174.34º62.35%66.67%-
HSV(B)174.34º47.53%87.45%-
XYZ45.7361.3672.38-
YUV190.17140.8875.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.16%
GREEN value IS 223 (87.5% from 255) = 40.33%
BLUE value IS 213 (83.59% from 255) = 38.52%
R=21.16%
G=40.33%
B=38.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1172232130.4800.040.13174.3462.3566.67
Hex75DFD53004Dae3e43
Octal16533732560041525676103
Binary1110101110111111101010111000001001101101011101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,223,213); }

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

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

 a { background-color: rgb(117,223,213); }

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

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

 span { border-color: rgb(117,223,213); }

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