#09BA9C

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

Shades of Caribbean Green #09BA9C

Tints of Caribbean Green #09BA9C

Color information

#09BA9C (or 0x09BA9C) is unknown color: approx Caribbean Green. HEX triplet: 09, BA and 9C. RGB value is (9,186,156). Sum of RGB (Red+Green+Blue) = 9+186+156=351 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 351); Green value is 186 (73.05% from 255 or 52.99% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 186 - color contains mainly: green. Hex color #09BA9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BA9C is #F64563. Grayscale: #818181. Windows color (decimal): -16139620 or 10271241. OLE color: 10271241.

HSL color Cylindrical-coordinate representation of color #09BA9C: hue angle of 169.83º 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 #09BA9C is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB9186156-
CMYK0.9500.160.27
HSL169.83º90.77%38.24%-
HSV(B)169.83º95.16%72.94%-
XYZ23.6737.5837.46-
YUV129.66142.8641.94-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.56%
GREEN value IS 186 (73.05% from 255) = 52.99%
BLUE value IS 156 (61.33% from 255) = 44.44%
R=2.56%
G=52.99%
B=44.44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal91861560.9500.160.27169.8390.7738.24
Hex9BA9C5F0101Baa5b26
Octal112722341370203325213346
Binary10011011101010011100101111101000011011101010101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09BA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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