Html Css Color HEX #0BC7A0 Caribbean Green

📋 copy color: '#0BC7A0'

red 11 ◦ green 199 ◦ blue 160

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

Shades of Caribbean Green #0BC7A0

Tints of Caribbean Green #0BC7A0

RGB

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

 GREEN value IS 199 (78.13% from 255) = 53.78%

 BLUE value IS 160 (62.89% from 255) = 43.24%

R = 2.97%
G = 53.78%
B = 43.24%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#0BC7A0 (or 0x0BC7A0) is known color: Caribbean Green. HEX triplet: 0B, C7 and A0. RGB value is (11,199,160). Sum of RGB (Red+Green+Blue) = 11+199+160=370 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.97% from 370); Green value is 199 (78.12% from 255 or 53.78% from 370); Blue value is 160 (62.89% from 255 or 43.24% from 370); Max value from RGB is 199 - color contains mainly: green. Hex color #0BC7A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC7A0 is #F4385F. Grayscale: #8A8A8A. Windows color (decimal): -16005216 or 10536715. OLE color: 10536715.

HSL color Cylindrical-coordinate representation of color #0BC7A0: hue angle of 167.55º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC7A0 is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 11 199 160 -
CMYK 0.94 0 0.20 0.22
HSL 167.55º 0.9% 0.41% -
HSV(B) 167.55º 0.94% 0.78% -
XYZ 26.91 43.46 40.23 -
YUV 138.34 140.22 37.17 -
System Red Green Blue C M Y K H S L
Decimal 11 199 160 0.94 0 0.20 0.22 167.55 0.9 0.41
Hex B C7 A0 5E 0 14 16 A8 5A 29
Octal 13 307 240 136 0 24 26 250 132 51
Binary 1011 11000111 10100000 1011110 0 10100 10110 10101000 1011010 101001

Color Harmonies of #0BC7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC7A0

Black with #0BC7A0

Text Example


Text Example

White with #0BC7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,199,160); }

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

background-color css

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

 a { background-color: rgb(11,199,160); }

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

border-color css

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

 span { border-color: rgb(11,199,160); }

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