Html Css Color HEX #0BC9AA Caribbean Green

📋 copy color: '#0BC9AA'

red 11 ◦ green 201 ◦ blue 170

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

Shades of Caribbean Green #0BC9AA

Tints of Caribbean Green #0BC9AA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 52.62%

 BLUE value IS 170 (66.8% from 255) = 44.5%

R = 2.88%
G = 52.62%
B = 44.5%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#0BC9AA (or 0x0BC9AA) is known color: Caribbean Green. HEX triplet: 0B, C9 and AA. RGB value is (11,201,170). Sum of RGB (Red+Green+Blue) = 11+201+170=382 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.88% from 382); Green value is 201 (78.91% from 255 or 52.62% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 201 - color contains mainly: green. Hex color #0BC9AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC9AA is #F43655. Grayscale: #8C8C8C. Windows color (decimal): -16004694 or 11192587. OLE color: 11192587.

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

Color convert

RGB 11 201 170 -
CMYK 0.95 0 0.15 0.21
HSL 170.21º 0.9% 0.42% -
HSV(B) 170.21º 0.95% 0.79% -
XYZ 28.28 44.75 45.18 -
YUV 140.66 144.55 35.52 -
System Red Green Blue C M Y K H S L
Decimal 11 201 170 0.95 0 0.15 0.21 170.21 0.9 0.42
Hex B C9 AA 5F 0 F 15 AA 5A 2A
Octal 13 311 252 137 0 17 25 252 132 52
Binary 1011 11001001 10101010 1011111 0 1111 10101 10101010 1011010 101010

Color Harmonies of #0BC9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC9AA

Black with #0BC9AA

Text Example


Text Example

White with #0BC9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,201,170); }

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

background-color css

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

 a { background-color: rgb(11,201,170); }

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

border-color css

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

 span { border-color: rgb(11,201,170); }

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