#8DD0C9

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

Shades of Riptide #8DD0C9

Tints of Riptide #8DD0C9

Color information

#8DD0C9 (or 0x8DD0C9) is unknown color: approx Riptide. HEX triplet: 8D, D0 and C9. RGB value is (141,208,201). Sum of RGB (Red+Green+Blue) = 141+208+201=550 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.64% from 550); Green value is 208 (81.64% from 255 or 37.82% from 550); Blue value is 201 (78.91% from 255 or 36.55% from 550); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD0C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD0C9 is #722F36. Grayscale: #BBBBBB. Windows color (decimal): -7483191 or 13226125. OLE color: 13226125.

HSL color Cylindrical-coordinate representation of color #8DD0C9: hue angle of 173.73º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DD0C9 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB141208201-
CMYK0.3200.030.18
HSL173.73º41.61%68.43%-
HSV(B)173.73º32.21%81.57%-
XYZ44.0854.9963.55-
YUV187.17135.895.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.64%
GREEN value IS 208 (81.64% from 255) = 37.82%
BLUE value IS 201 (78.91% from 255) = 36.55%
R=25.64%
G=37.82%
B=36.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1412082010.3200.030.18173.7341.6168.43
Hex8DD0C9200312ae2a44
Octal21532031140032225652104
Binary10001101110100001100100110000001110010101011101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DD0C9; }

 p { color: rgb(141,208,201); }

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

<style>
 a { background-color: #8DD0C9; }

 a { background-color: rgb(141,208,201); }

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

<style>
 span { border-color: #8DD0C9; }

 span { border-color: rgb(141,208,201); }

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