#9BE1C8

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

Shades of Riptide #9BE1C8

Tints of Riptide #9BE1C8

Color information

#9BE1C8 (or 0x9BE1C8) is unknown color: approx Riptide. HEX triplet: 9B, E1 and C8. RGB value is (155,225,200). Sum of RGB (Red+Green+Blue) = 155+225+200=580 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.72% from 580); Green value is 225 (88.28% from 255 or 38.79% from 580); Blue value is 200 (78.52% from 255 or 34.48% from 580); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE1C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BE1C8 is #641E37. Grayscale: #C9C9C9. Windows color (decimal): -6561336 or 13164955. OLE color: 13164955.

HSL color Cylindrical-coordinate representation of color #9BE1C8: hue angle of 158.57º 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 #9BE1C8 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB155225200-
CMYK0.3100.110.12
HSL158.57º53.85%74.51%-
HSV(B)158.57º31.11%88.24%-
XYZ50.8764.9964.51-
YUV201.22127.3195.03-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.72%
GREEN value IS 225 (88.28% from 255) = 38.79%
BLUE value IS 200 (78.52% from 255) = 34.48%
R=26.72%
G=38.79%
B=34.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1552252000.3100.110.12158.5753.8574.51
Hex9BE1C81F0BC9f364b
Octal233341310370131423766113
Binary10011011111000011100100011111010111100100111111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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