#09BA9B

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

Shades of Caribbean Green #09BA9B

Tints of Caribbean Green #09BA9B

Color information

#09BA9B (or 0x09BA9B) is unknown color: approx Caribbean Green. HEX triplet: 09, BA and 9B. RGB value is (9,186,155). Sum of RGB (Red+Green+Blue) = 9+186+155=350 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.57% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #09BA9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BA9B is #F64564. Grayscale: #818181. Windows color (decimal): -16139621 or 10205705. OLE color: 10205705.

HSL color Cylindrical-coordinate representation of color #09BA9B: hue angle of 169.49º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BA9B is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB9186155-
CMYK0.9500.170.27
HSL169.49º90.77%38.24%-
HSV(B)169.49º95.16%72.94%-
XYZ23.5937.5437.01-
YUV129.54142.3642.02-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.57%
GREEN value IS 186 (73.05% from 255) = 53.14%
BLUE value IS 155 (60.94% from 255) = 44.29%
R=2.57%
G=53.14%
B=44.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal91861550.9500.170.27169.4990.7738.24
Hex9BA9B5F0111Ba95b26
Octal112722331370213325113346
Binary10011011101010011011101111101000111011101010011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09BA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,186,155); }

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

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

 a { background-color: rgb(9,186,155); }

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

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

 span { border-color: rgb(9,186,155); }

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