Html Css Color HEX #0BBC9C Caribbean Green

📋 copy color: '#0BBC9C'

red 11 ◦ green 188 ◦ blue 156

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

Shades of Caribbean Green #0BBC9C

Tints of Caribbean Green #0BBC9C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.96%

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

R = 3.1%
G = 52.96%
B = 43.94%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#0BBC9C (or 0x0BBC9C) is known color: Caribbean Green. HEX triplet: 0B, BC and 9C. RGB value is (11,188,156). Sum of RGB (Red+Green+Blue) = 11+188+156=355 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.10% from 355); Green value is 188 (73.83% from 255 or 52.96% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBC9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBC9C is #F44363. Grayscale: #838383. Windows color (decimal): -16008036 or 10271755. OLE color: 10271755.

HSL color Cylindrical-coordinate representation of color #0BBC9C: hue angle of 169.15º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBC9C is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 11 188 156 -
CMYK 0.94 0 0.17 0.26
HSL 169.15º 0.89% 0.39% -
HSV(B) 169.15º 0.94% 0.74% -
XYZ 24.12 38.44 37.6 -
YUV 131.43 141.86 42.1 -
System Red Green Blue C M Y K H S L
Decimal 11 188 156 0.94 0 0.17 0.26 169.15 0.89 0.39
Hex B BC 9C 5E 0 11 1A A9 59 27
Octal 13 274 234 136 0 21 32 251 131 47
Binary 1011 10111100 10011100 1011110 0 10001 11010 10101001 1011001 100111

Color Harmonies of #0BBC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBC9C

Black with #0BBC9C

Text Example


Text Example

White with #0BBC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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