#0BCA8A

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

Shades of Caribbean Green #0BCA8A

Tints of Caribbean Green #0BCA8A

Color information

#0BCA8A (or 0x0BCA8A) is unknown color: approx Caribbean Green. HEX triplet: 0B, CA and 8A. RGB value is (11,202,138). Sum of RGB (Red+Green+Blue) = 11+202+138=351 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.13% from 351); Green value is 202 (79.30% from 255 or 57.55% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 202 - color contains mainly: green. Hex color #0BCA8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCA8A is #F43575. Grayscale: #898989. Windows color (decimal): -16004470 or 9095691. OLE color: 9095691.

HSL color Cylindrical-coordinate representation of color #0BCA8A: hue angle of 159.9º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCA8A is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB11202138-
CMYK0.9500.320.21
HSL159.9º89.67%41.76%-
HSV(B)159.9º94.55%79.22%-
XYZ25.8544.1531.2-
YUV137.6128.2237.7-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.13%
GREEN value IS 202 (79.30% from 255) = 57.55%
BLUE value IS 138 (54.30% from 255) = 39.32%
R=3.13%
G=57.55%
B=39.32%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal112021380.9500.320.21159.989.6741.76
HexBCA8A5F02015a05a2a
Octal133122121370402524013252
Binary101111001010100010101011111010000010101101000001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BCA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,202,138); }

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

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

 a { background-color: rgb(11,202,138); }

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

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

 span { border-color: rgb(11,202,138); }

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