Html Css Color HEX #0BC99C Caribbean Green

📋 copy color: '#0BC99C'

red 11 ◦ green 201 ◦ blue 156

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

Shades of Caribbean Green #0BC99C

Tints of Caribbean Green #0BC99C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.39%

R = 2.99%
G = 54.62%
B = 42.39%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#0BC99C (or 0x0BC99C) is known color: Caribbean Green. HEX triplet: 0B, C9 and 9C. RGB value is (11,201,156). Sum of RGB (Red+Green+Blue) = 11+201+156=368 (48% of max value = 765). Red value is 11 (4.69% from 255 or 2.99% from 368); Green value is 201 (78.91% from 255 or 54.62% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 201 - color contains mainly: green. Hex color #0BC99C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC99C is #F43663. Grayscale: #8B8B8B. Windows color (decimal): -16004708 or 10275083. OLE color: 10275083.

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

Color convert

RGB 11 201 156 -
CMYK 0.95 0 0.22 0.21
HSL 165.79º 0.9% 0.42% -
HSV(B) 165.79º 0.95% 0.79% -
XYZ 27.03 44.24 38.57 -
YUV 139.06 137.55 36.66 -
System Red Green Blue C M Y K H S L
Decimal 11 201 156 0.95 0 0.22 0.21 165.79 0.9 0.42
Hex B C9 9C 5F 0 16 15 A6 5A 2A
Octal 13 311 234 137 0 26 25 246 132 52
Binary 1011 11001001 10011100 1011111 0 10110 10101 10100110 1011010 101010

Color Harmonies of #0BC99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC99C

Black with #0BC99C

Text Example


Text Example

White with #0BC99C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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