Html Css Color HEX #0CB69F Persian Green

📋 copy color: '#0CB69F'

red 12 ◦ green 182 ◦ blue 159

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

Shades of Persian Green #0CB69F

Tints of Persian Green #0CB69F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 51.56%

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

R = 3.4%
G = 51.56%
B = 45.04%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#0CB69F (or 0x0CB69F) is known color: Persian Green. HEX triplet: 0C, B6 and 9F. RGB value is (12,182,159). Sum of RGB (Red+Green+Blue) = 12+182+159=353 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.40% from 353); Green value is 182 (71.48% from 255 or 51.56% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB69F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB69F is #F34960. Grayscale: #808080. Windows color (decimal): -15944033 or 10466828. OLE color: 10466828.

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

Color convert

RGB 12 182 159 -
CMYK 0.93 0 0.13 0.29
HSL 171.88º 0.88% 0.38% -
HSV(B) 171.88º 0.93% 0.71% -
XYZ 23.14 36.04 38.54 -
YUV 128.55 145.18 44.87 -
System Red Green Blue C M Y K H S L
Decimal 12 182 159 0.93 0 0.13 0.29 171.88 0.88 0.38
Hex C B6 9F 5D 0 D 1D AC 58 26
Octal 14 266 237 135 0 15 35 254 130 46
Binary 1100 10110110 10011111 1011101 0 1101 11101 10101100 1011000 100110

Color Harmonies of #0CB69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB69F

Black with #0CB69F

Text Example


Text Example

White with #0CB69F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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