Html Css Color HEX #0BC99D Caribbean Green

📋 copy color: '#0BC99D'

red 11 ◦ green 201 ◦ blue 157

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

Shades of Caribbean Green #0BC99D

Tints of Caribbean Green #0BC99D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.55%

R = 2.98%
G = 54.47%
B = 42.55%

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

#0BC99D (or 0x0BC99D) is known color: Caribbean Green. HEX triplet: 0B, C9 and 9D. RGB value is (11,201,157). Sum of RGB (Red+Green+Blue) = 11+201+157=369 (48% of max value = 765). Red value is 11 (4.69% from 255 or 2.98% from 369); Green value is 201 (78.91% from 255 or 54.47% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 201 - color contains mainly: green. Hex color #0BC99D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC99D is #F43662. Grayscale: #8B8B8B. Windows color (decimal): -16004707 or 10340619. OLE color: 10340619.

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

Color convert

RGB 11 201 157 -
CMYK 0.95 0 0.22 0.21
HSL 166.11º 0.9% 0.42% -
HSV(B) 166.11º 0.95% 0.79% -
XYZ 27.11 44.28 39.02 -
YUV 139.17 138.05 36.58 -
System Red Green Blue C M Y K H S L
Decimal 11 201 157 0.95 0 0.22 0.21 166.11 0.9 0.42
Hex B C9 9D 5F 0 16 15 A6 5A 2A
Octal 13 311 235 137 0 26 25 246 132 52
Binary 1011 11001001 10011101 1011111 0 10110 10101 10100110 1011010 101010

Color Harmonies of #0BC99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC99D

Black with #0BC99D

Text Example


Text Example

White with #0BC99D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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