Html Css Color HEX #0BCEAC Caribbean Green

📋 copy color: '#0BCEAC'

red 11 ◦ green 206 ◦ blue 172

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

Shades of Caribbean Green #0BCEAC

Tints of Caribbean Green #0BCEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.22%

R = 2.83%
G = 52.96%
B = 44.22%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#0BCEAC (or 0x0BCEAC) is known color: Caribbean Green. HEX triplet: 0B, CE and AC. RGB value is (11,206,172). Sum of RGB (Red+Green+Blue) = 11+206+172=389 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.83% from 389); Green value is 206 (80.86% from 255 or 52.96% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 206 - color contains mainly: green. Hex color #0BCEAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCEAC is #F43153. Grayscale: #8F8F8F. Windows color (decimal): -16003412 or 11324939. OLE color: 11324939.

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

Color convert

RGB 11 206 172 -
CMYK 0.95 0 0.17 0.19
HSL 169.54º 0.9% 0.43% -
HSV(B) 169.54º 0.95% 0.81% -
XYZ 29.66 47.19 46.58 -
YUV 143.82 143.9 33.26 -
System Red Green Blue C M Y K H S L
Decimal 11 206 172 0.95 0 0.17 0.19 169.54 0.9 0.43
Hex B CE AC 5F 0 11 13 AA 5A 2B
Octal 13 316 254 137 0 21 23 252 132 53
Binary 1011 11001110 10101100 1011111 0 10001 10011 10101010 1011010 101011

Color Harmonies of #0BCEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCEAC

Black with #0BCEAC

Text Example


Text Example

White with #0BCEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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