#0CBA9A

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

Shades of Caribbean Green #0CBA9A

Tints of Caribbean Green #0CBA9A

Color information

#0CBA9A (or 0x0CBA9A) is unknown color: approx Caribbean Green. HEX triplet: 0C, BA and 9A. RGB value is (12,186,154). Sum of RGB (Red+Green+Blue) = 12+186+154=352 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.41% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #0CBA9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBA9A is #F34565. Grayscale: #828282. Windows color (decimal): -15943014 or 10140172. OLE color: 10140172.

HSL color Cylindrical-coordinate representation of color #0CBA9A: hue angle of 168.97º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBA9A is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB12186154-
CMYK0.9400.170.27
HSL168.97º87.88%38.82%-
HSV(B)168.97º93.55%72.94%-
XYZ23.5437.5336.57-
YUV130.33141.3543.6-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.41%
GREEN value IS 186 (73.05% from 255) = 52.84%
BLUE value IS 154 (60.55% from 255) = 43.75%
R=3.41%
G=52.84%
B=43.75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal121861540.9400.170.27168.9787.8838.82
HexCBA9A5E0111Ba95827
Octal142722321360213325113047
Binary11001011101010011010101111001000111011101010011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0CBA9A; }

 p { color: rgb(12,186,154); }

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

<style>
 a { background-color: #0CBA9A; }

 a { background-color: rgb(12,186,154); }

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

<style>
 span { border-color: #0CBA9A; }

 span { border-color: rgb(12,186,154); }

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