#9BD8C8

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

Shades of Riptide #9BD8C8

Tints of Riptide #9BD8C8

Color information

#9BD8C8 (or 0x9BD8C8) is unknown color: approx Riptide. HEX triplet: 9B, D8 and C8. RGB value is (155,216,200). Sum of RGB (Red+Green+Blue) = 155+216+200=571 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.15% from 571); Green value is 216 (84.77% from 255 or 37.83% from 571); Blue value is 200 (78.52% from 255 or 35.03% from 571); Max value from RGB is 216 - color contains mainly: green. Hex color #9BD8C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD8C8 is #642737. Grayscale: #C3C3C3. Windows color (decimal): -6563640 or 13162651. OLE color: 13162651.

HSL color Cylindrical-coordinate representation of color #9BD8C8: hue angle of 164.26º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BD8C8 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB155216200-
CMYK0.2800.070.15
HSL164.26º43.88%72.75%-
HSV(B)164.26º28.24%84.71%-
XYZ48.560.2563.72-
YUV195.94130.2998.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.15%
GREEN value IS 216 (84.77% from 255) = 37.83%
BLUE value IS 200 (78.52% from 255) = 35.03%
R=27.15%
G=37.83%
B=35.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1552162000.2800.070.15164.2643.8872.75
Hex9BD8C81C07Fa42c49
Octal23333031034071724454111
Binary1001101111011000110010001110001111111101001001011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BD8C8; }

 p { color: rgb(155,216,200); }

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

<style>
 a { background-color: #9BD8C8; }

 a { background-color: rgb(155,216,200); }

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

<style>
 span { border-color: #9BD8C8; }

 span { border-color: rgb(155,216,200); }

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