#9BE0C8

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

Shades of Riptide #9BE0C8

Tints of Riptide #9BE0C8

Color information

#9BE0C8 (or 0x9BE0C8) is unknown color: approx Riptide. HEX triplet: 9B, E0 and C8. RGB value is (155,224,200). Sum of RGB (Red+Green+Blue) = 155+224+200=579 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.77% from 579); Green value is 224 (87.89% from 255 or 38.69% from 579); Blue value is 200 (78.52% from 255 or 34.54% from 579); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE0C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BE0C8 is #641F37. Grayscale: #C8C8C8. Windows color (decimal): -6561592 or 13164699. OLE color: 13164699.

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

Color convert

RGB155224200-
CMYK0.3100.110.12
HSL159.13º52.67%74.31%-
HSV(B)159.13º30.8%87.84%-
XYZ50.664.4564.42-
YUV200.63127.6495.45-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.77%
GREEN value IS 224 (87.89% from 255) = 38.69%
BLUE value IS 200 (78.52% from 255) = 34.54%
R=26.77%
G=38.69%
B=34.54%

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
Decimal1552242000.3100.110.12159.1352.6774.31
Hex9BE0C81F0BC9f354a
Octal233340310370131423765112
Binary10011011111000001100100011111010111100100111111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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