Html Css Color HEX #0BC79D Caribbean Green

📋 copy color: '#0BC79D'

red 11 ◦ green 199 ◦ blue 157

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

Shades of Caribbean Green #0BC79D

Tints of Caribbean Green #0BC79D

RGB

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

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

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

R = 3%
G = 54.22%
B = 42.78%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#0BC79D (or 0x0BC79D) is known color: Caribbean Green. HEX triplet: 0B, C7 and 9D. RGB value is (11,199,157). Sum of RGB (Red+Green+Blue) = 11+199+157=367 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.00% from 367); Green value is 199 (78.12% from 255 or 54.22% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 199 - color contains mainly: green. Hex color #0BC79D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC79D is #F43862. Grayscale: #898989. Windows color (decimal): -16005219 or 10340107. OLE color: 10340107.

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

Color convert

RGB 11 199 157 -
CMYK 0.94 0 0.21 0.22
HSL 166.6º 0.9% 0.41% -
HSV(B) 166.6º 0.94% 0.78% -
XYZ 26.65 43.35 38.86 -
YUV 138 138.72 37.42 -
System Red Green Blue C M Y K H S L
Decimal 11 199 157 0.94 0 0.21 0.22 166.6 0.9 0.41
Hex B C7 9D 5E 0 15 16 A7 5A 29
Octal 13 307 235 136 0 25 26 247 132 51
Binary 1011 11000111 10011101 1011110 0 10101 10110 10100111 1011010 101001

Color Harmonies of #0BC79D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC79D

Black with #0BC79D

Text Example


Text Example

White with #0BC79D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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