Html Css Color HEX #0CB79F Persian Green

📋 copy color: '#0CB79F'

red 12 ◦ green 183 ◦ blue 159

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

Shades of Persian Green #0CB79F

Tints of Persian Green #0CB79F

RGB

 RED value IS 12 (5.08% from 255) = 3.39%

 GREEN value IS 183 (71.88% from 255) = 51.69%

 BLUE value IS 159 (62.5% from 255) = 44.92%

R = 3.39%
G = 51.69%
B = 44.92%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#0CB79F (or 0x0CB79F) is known color: Persian Green. HEX triplet: 0C, B7 and 9F. RGB value is (12,183,159). Sum of RGB (Red+Green+Blue) = 12+183+159=354 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.39% from 354); Green value is 183 (71.88% from 255 or 51.69% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB79F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB79F is #F34860. Grayscale: #818181. Windows color (decimal): -15943777 or 10467084. OLE color: 10467084.

HSL color Cylindrical-coordinate representation of color #0CB79F: hue angle of 171.58º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB79F is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB 12 183 159 -
CMYK 0.93 0 0.13 0.28
HSL 171.58º 0.88% 0.38% -
HSV(B) 171.58º 0.93% 0.72% -
XYZ 23.34 36.45 38.61 -
YUV 129.14 144.85 44.45 -
System Red Green Blue C M Y K H S L
Decimal 12 183 159 0.93 0 0.13 0.28 171.58 0.88 0.38
Hex C B7 9F 5D 0 D 1C AC 58 26
Octal 14 267 237 135 0 15 34 254 130 46
Binary 1100 10110111 10011111 1011101 0 1101 11100 10101100 1011000 100110

Color Harmonies of #0CB79F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB79F

Black with #0CB79F

Text Example


Text Example

White with #0CB79F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,183,159); }

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

background-color css

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

 a { background-color: rgb(12,183,159); }

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

border-color css

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

 span { border-color: rgb(12,183,159); }

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