Html Css Color HEX #0BCEB0 Caribbean Green

📋 copy color: '#0BCEB0'

red 11 ◦ green 206 ◦ blue 176

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

Shades of Caribbean Green #0BCEB0

Tints of Caribbean Green #0BCEB0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 52.42%

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

R = 2.8%
G = 52.42%
B = 44.78%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#0BCEB0 (or 0x0BCEB0) is known color: Caribbean Green. HEX triplet: 0B, CE and B0. RGB value is (11,206,176). Sum of RGB (Red+Green+Blue) = 11+206+176=393 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.80% from 393); Green value is 206 (80.86% from 255 or 52.42% from 393); Blue value is 176 (69.14% from 255 or 44.78% from 393); Max value from RGB is 206 - color contains mainly: green. Hex color #0BCEB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCEB0 is #F4314F. Grayscale: #909090. Windows color (decimal): -16003408 or 11587083. OLE color: 11587083.

HSL color Cylindrical-coordinate representation of color #0BCEB0: hue angle of 170.77º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCEB0 is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 11 206 176 -
CMYK 0.95 0 0.15 0.19
HSL 170.77º 0.9% 0.43% -
HSV(B) 170.77º 0.95% 0.81% -
XYZ 30.05 47.35 48.63 -
YUV 144.28 145.9 32.94 -
System Red Green Blue C M Y K H S L
Decimal 11 206 176 0.95 0 0.15 0.19 170.77 0.9 0.43
Hex B CE B0 5F 0 F 13 AB 5A 2B
Octal 13 316 260 137 0 17 23 253 132 53
Binary 1011 11001110 10110000 1011111 0 1111 10011 10101011 1011010 101011

Color Harmonies of #0BCEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCEB0

Black with #0BCEB0

Text Example


Text Example

White with #0BCEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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