Html Css Color HEX #0BC7AA Caribbean Green

📋 copy color: '#0BC7AA'

red 11 ◦ green 199 ◦ blue 170

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

Shades of Caribbean Green #0BC7AA

Tints of Caribbean Green #0BC7AA

RGB

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

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

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

R = 2.89%
G = 52.37%
B = 44.74%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#0BC7AA (or 0x0BC7AA) is known color: Caribbean Green. HEX triplet: 0B, C7 and AA. RGB value is (11,199,170). Sum of RGB (Red+Green+Blue) = 11+199+170=380 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.89% from 380); Green value is 199 (78.12% from 255 or 52.37% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 199 - color contains mainly: green. Hex color #0BC7AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC7AA is #F43855. Grayscale: #8B8B8B. Windows color (decimal): -16005206 or 11192075. OLE color: 11192075.

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

Color convert

RGB 11 199 170 -
CMYK 0.94 0 0.15 0.22
HSL 170.74º 0.9% 0.41% -
HSV(B) 170.74º 0.94% 0.78% -
XYZ 27.82 43.82 45.02 -
YUV 139.48 145.22 36.36 -
System Red Green Blue C M Y K H S L
Decimal 11 199 170 0.94 0 0.15 0.22 170.74 0.9 0.41
Hex B C7 AA 5E 0 F 16 AB 5A 29
Octal 13 307 252 136 0 17 26 253 132 51
Binary 1011 11000111 10101010 1011110 0 1111 10110 10101011 1011010 101001

Color Harmonies of #0BC7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC7AA

Black with #0BC7AA

Text Example


Text Example

White with #0BC7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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