Html Css Color HEX #0CB695 Persian Green

📋 copy color: '#0CB695'

red 12 ◦ green 182 ◦ blue 149

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

Shades of Persian Green #0CB695

Tints of Persian Green #0CB695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.44%

R = 3.5%
G = 53.06%
B = 43.44%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#0CB695 (or 0x0CB695) is known color: Persian Green. HEX triplet: 0C, B6 and 95. RGB value is (12,182,149). Sum of RGB (Red+Green+Blue) = 12+182+149=343 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.50% from 343); Green value is 182 (71.48% from 255 or 53.06% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB695 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB695 is #F3496A. Grayscale: #7F7F7F. Windows color (decimal): -15944043 or 9811468. OLE color: 9811468.

HSL color Cylindrical-coordinate representation of color #0CB695: hue angle of 168.35º 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 #0CB695 is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 12 182 149 -
CMYK 0.93 0 0.18 0.29
HSL 168.35º 0.88% 0.38% -
HSV(B) 168.35º 0.93% 0.71% -
XYZ 22.3 35.7 34.15 -
YUV 127.41 140.18 45.68 -
System Red Green Blue C M Y K H S L
Decimal 12 182 149 0.93 0 0.18 0.29 168.35 0.88 0.38
Hex C B6 95 5D 0 12 1D A8 58 26
Octal 14 266 225 135 0 22 35 250 130 46
Binary 1100 10110110 10010101 1011101 0 10010 11101 10101000 1011000 100110

Color Harmonies of #0CB695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB695

Black with #0CB695

Text Example


Text Example

White with #0CB695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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