Html Css Color HEX #0BC7AF Caribbean Green

📋 copy color: '#0BC7AF'

red 11 ◦ green 199 ◦ blue 175

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

Shades of Caribbean Green #0BC7AF

Tints of Caribbean Green #0BC7AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.45%

R = 2.86%
G = 51.69%
B = 45.45%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#0BC7AF (or 0x0BC7AF) is known color: Caribbean Green. HEX triplet: 0B, C7 and AF. RGB value is (11,199,175). Sum of RGB (Red+Green+Blue) = 11+199+175=385 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.86% from 385); Green value is 199 (78.12% from 255 or 51.69% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 199 - color contains mainly: green. Hex color #0BC7AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC7AF is #F43850. Grayscale: #8B8B8B. Windows color (decimal): -16005201 or 11519755. OLE color: 11519755.

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

Color convert

RGB 11 199 175 -
CMYK 0.94 0 0.12 0.22
HSL 172.34º 0.9% 0.41% -
HSV(B) 172.34º 0.94% 0.78% -
XYZ 28.3 44.01 47.56 -
YUV 140.05 147.72 35.95 -
System Red Green Blue C M Y K H S L
Decimal 11 199 175 0.94 0 0.12 0.22 172.34 0.9 0.41
Hex B C7 AF 5E 0 C 16 AC 5A 29
Octal 13 307 257 136 0 14 26 254 132 51
Binary 1011 11000111 10101111 1011110 0 1100 10110 10101100 1011010 101001

Color Harmonies of #0BC7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC7AF

Black with #0BC7AF

Text Example


Text Example

White with #0BC7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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