#9BDAC9

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

Shades of Riptide #9BDAC9

Tints of Riptide #9BDAC9

Color information

#9BDAC9 (or 0x9BDAC9) is unknown color: approx Riptide. HEX triplet: 9B, DA and C9. RGB value is (155,218,201). Sum of RGB (Red+Green+Blue) = 155+218+201=574 (76% of max value = 765). Red value is 155 (60.94% from 255 or 27.00% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 201 (78.91% from 255 or 35.02% from 574); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDAC9 is #642536. Grayscale: #C5C5C5. Windows color (decimal): -6563127 or 13228699. OLE color: 13228699.

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

Color convert

RGB155218201-
CMYK0.2900.080.15
HSL163.81º45.99%73.14%-
HSV(B)163.81º28.9%85.49%-
XYZ49.1361.3364.51-
YUV197.22130.1397.88-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.00%
GREEN value IS 218 (85.55% from 255) = 37.98%
BLUE value IS 201 (78.91% from 255) = 35.02%
R=27.00%
G=37.98%
B=35.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1552182010.2900.080.15163.8145.9973.14
Hex9BDAC91D08Fa42e49
Octal233332311350101724456111
Binary10011011110110101100100111101010001111101001001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,218,201); }

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

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

 a { background-color: rgb(155,218,201); }

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

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

 span { border-color: rgb(155,218,201); }

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