Html Css Color HEX #0BCCA2 Caribbean Green

📋 copy color: '#0BCCA2'

red 11 ◦ green 204 ◦ blue 162

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

Shades of Caribbean Green #0BCCA2

Tints of Caribbean Green #0BCCA2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 54.11%

 BLUE value IS 162 (63.67% from 255) = 42.97%

R = 2.92%
G = 54.11%
B = 42.97%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#0BCCA2 (or 0x0BCCA2) is known color: Caribbean Green. HEX triplet: 0B, CC and A2. RGB value is (11,204,162). Sum of RGB (Red+Green+Blue) = 11+204+162=377 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.92% from 377); Green value is 204 (80.08% from 255 or 54.11% from 377); Blue value is 162 (63.67% from 255 or 42.97% from 377); Max value from RGB is 204 - color contains mainly: green. Hex color #0BCCA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCCA2 is #F4335D. Grayscale: #8D8D8D. Windows color (decimal): -16003934 or 10669067. OLE color: 10669067.

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

Color convert

RGB 11 204 162 -
CMYK 0.95 0 0.21 0.2
HSL 166.94º 0.9% 0.42% -
HSV(B) 166.94º 0.95% 0.8% -
XYZ 28.25 45.87 41.55 -
YUV 141.51 139.56 34.92 -
System Red Green Blue C M Y K H S L
Decimal 11 204 162 0.95 0 0.21 0.2 166.94 0.9 0.42
Hex B CC A2 5F 0 15 14 A7 5A 2A
Octal 13 314 242 137 0 25 24 247 132 52
Binary 1011 11001100 10100010 1011111 0 10101 10100 10100111 1011010 101010

Color Harmonies of #0BCCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCCA2

Black with #0BCCA2

Text Example


Text Example

White with #0BCCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,204,162); }

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

background-color css

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

 a { background-color: rgb(11,204,162); }

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

border-color css

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

 span { border-color: rgb(11,204,162); }

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