#8BD4C9

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

Shades of Riptide #8BD4C9

Tints of Riptide #8BD4C9

Color information

#8BD4C9 (or 0x8BD4C9) is unknown color: approx Riptide. HEX triplet: 8B, D4 and C9. RGB value is (139,212,201). Sum of RGB (Red+Green+Blue) = 139+212+201=552 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.18% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 212 - color contains mainly: green. Hex color #8BD4C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD4C9 is #742B36. Grayscale: #BCBCBC. Windows color (decimal): -7613239 or 13227147. OLE color: 13227147.

HSL color Cylindrical-coordinate representation of color #8BD4C9: hue angle of 170.96º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8BD4C9 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB139212201-
CMYK0.3400.050.17
HSL170.96º45.91%68.82%-
HSV(B)170.96º34.43%83.14%-
XYZ44.7356.7963.86-
YUV188.92134.8292.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.18%
GREEN value IS 212 (83.20% from 255) = 38.41%
BLUE value IS 201 (78.91% from 255) = 36.41%
R=25.18%
G=38.41%
B=36.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1392122010.3400.050.17170.9645.9168.82
Hex8BD4C9220511ab2e45
Octal21332431142052125356105
Binary100010111101010011001001100010010110001101010111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,212,201); }

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

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

 a { background-color: rgb(139,212,201); }

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

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

 span { border-color: rgb(139,212,201); }

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