#09BEA8

Color #09BEA8 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #09BEA8

Tints of Caribbean Green #09BEA8

Color information

#09BEA8 (or 0x09BEA8) is unknown color: approx Caribbean Green. HEX triplet: 09, BE and A8. RGB value is (9,190,168). Sum of RGB (Red+Green+Blue) = 9+190+168=367 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 367); Green value is 190 (74.61% from 255 or 51.77% from 367); Blue value is 168 (66.02% from 255 or 45.78% from 367); Max value from RGB is 190 - color contains mainly: green. Hex color #09BEA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BEA8 is #F64157. Grayscale: #858585. Windows color (decimal): -16138584 or 11058697. OLE color: 11058697.

HSL color Cylindrical-coordinate representation of color #09BEA8: hue angle of 172.71º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BEA8 is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB9190168-
CMYK0.9500.120.25
HSL172.71º90.95%39.02%-
HSV(B)172.71º95.26%74.51%-
XYZ25.5939.7143.36-
YUV133.37147.5339.29-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.45%
GREEN value IS 190 (74.61% from 255) = 51.77%
BLUE value IS 168 (66.02% from 255) = 45.78%
R=2.45%
G=51.77%
B=45.78%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal91901680.9500.120.25172.7190.9539.02
Hex9BEA85F0C19ad5b27
Octal112762501370143125513347
Binary1001101111101010100010111110110011001101011011011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09BEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09BEA8; }

 p { color: rgb(9,190,168); }

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

<style>
 a { background-color: #09BEA8; }

 a { background-color: rgb(9,190,168); }

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

<style>
 span { border-color: #09BEA8; }

 span { border-color: rgb(9,190,168); }

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