#9BE1CB

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

Shades of Riptide #9BE1CB

Tints of Riptide #9BE1CB

Color information

#9BE1CB (or 0x9BE1CB) is unknown color: approx Riptide. HEX triplet: 9B, E1 and CB. RGB value is (155,225,203). Sum of RGB (Red+Green+Blue) = 155+225+203=583 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.59% from 583); Green value is 225 (88.28% from 255 or 38.59% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BE1CB is #641E34. Grayscale: #C9C9C9. Windows color (decimal): -6561333 or 13361563. OLE color: 13361563.

HSL color Cylindrical-coordinate representation of color #9BE1CB: hue angle of 161.14º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BE1CB is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB155225203-
CMYK0.3100.100.12
HSL161.14º53.85%74.51%-
HSV(B)161.14º31.11%88.24%-
XYZ51.2265.1366.37-
YUV201.56128.8194.79-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.59%
GREEN value IS 225 (88.28% from 255) = 38.59%
BLUE value IS 203 (79.69% from 255) = 34.82%
R=26.59%
G=38.59%
B=34.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1552252030.3100.100.12161.1453.8574.51
Hex9BE1CB1F0ACa1364b
Octal233341313370121424166113
Binary10011011111000011100101111111010101100101000011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,225,203); }

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

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

 a { background-color: rgb(155,225,203); }

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

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

 span { border-color: rgb(155,225,203); }

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