Html Css Color HEX #0BCAB0 Caribbean Green

📋 copy color: '#0BCAB0'

red 11 ◦ green 202 ◦ blue 176

#0BCAB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #0BCAB0

Tints of Caribbean Green #0BCAB0

RGB

 RED value IS 11 (4.69% from 255) = 2.83%

 GREEN value IS 202 (79.3% from 255) = 51.93%

 BLUE value IS 176 (69.14% from 255) = 45.24%

R = 2.83%
G = 51.93%
B = 45.24%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#0BCAB0 (or 0x0BCAB0) is known color: Caribbean Green. HEX triplet: 0B, CA and B0. RGB value is (11,202,176). Sum of RGB (Red+Green+Blue) = 11+202+176=389 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.83% from 389); Green value is 202 (79.30% from 255 or 51.93% from 389); Blue value is 176 (69.14% from 255 or 45.24% from 389); Max value from RGB is 202 - color contains mainly: green. Hex color #0BCAB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCAB0 is #F4354F. Grayscale: #8D8D8D. Windows color (decimal): -16004432 or 11586059. OLE color: 11586059.

HSL color Cylindrical-coordinate representation of color #0BCAB0: hue angle of 171.83º 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 #0BCAB0 is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 11 202 176 -
CMYK 0.95 0 0.13 0.21
HSL 171.83º 0.9% 0.42% -
HSV(B) 171.83º 0.95% 0.79% -
XYZ 29.1 45.45 48.31 -
YUV 141.93 147.22 34.61 -
System Red Green Blue C M Y K H S L
Decimal 11 202 176 0.95 0 0.13 0.21 171.83 0.9 0.42
Hex B CA B0 5F 0 D 15 AC 5A 2A
Octal 13 312 260 137 0 15 25 254 132 52
Binary 1011 11001010 10110000 1011111 0 1101 10101 10101100 1011010 101010

Color Harmonies of #0BCAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCAB0

Black with #0BCAB0

Text Example


Text Example

White with #0BCAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0BCAB0;
 }
 .AnyTagClassName
 {
   color: #0BCAB0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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