#09BA9D

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

Shades of Caribbean Green #09BA9D

Tints of Caribbean Green #09BA9D

Color information

#09BA9D (or 0x09BA9D) is unknown color: approx Caribbean Green. HEX triplet: 09, BA and 9D. RGB value is (9,186,157). Sum of RGB (Red+Green+Blue) = 9+186+157=352 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #09BA9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BA9D is #F64562. Grayscale: #818181. Windows color (decimal): -16139619 or 10336777. OLE color: 10336777.

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

Color convert

RGB9186157-
CMYK0.9500.160.27
HSL170.17º90.77%38.24%-
HSV(B)170.17º95.16%72.94%-
XYZ23.7637.6137.91-
YUV129.77143.3641.86-

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.84%
BLUE value IS 157 (61.72% from 255) = 44.60%
R=2.56%
G=52.84%
B=44.60%

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
Decimal91861570.9500.160.27170.1790.7738.24
Hex9BA9D5F0101Baa5b26
Octal112722351370203325213346
Binary10011011101010011101101111101000011011101010101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09BA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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