Html Css Color HEX #0CB49D Persian Green

📋 copy color: '#0CB49D'

red 12 ◦ green 180 ◦ blue 157

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

Shades of Persian Green #0CB49D

Tints of Persian Green #0CB49D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 51.58%

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

R = 3.44%
G = 51.58%
B = 44.99%

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

#0CB49D (or 0x0CB49D) is known color: Persian Green. HEX triplet: 0C, B4 and 9D. RGB value is (12,180,157). Sum of RGB (Red+Green+Blue) = 12+180+157=349 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.44% from 349); Green value is 180 (70.70% from 255 or 51.58% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 180 - color contains mainly: green. Hex color #0CB49D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB49D is #F34B62. Grayscale: #7F7F7F. Windows color (decimal): -15944547 or 10335244. OLE color: 10335244.

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

Color convert

RGB 12 180 157 -
CMYK 0.93 0 0.13 0.29
HSL 171.79º 0.88% 0.38% -
HSV(B) 171.79º 0.93% 0.71% -
XYZ 22.56 35.16 37.49 -
YUV 127.15 144.84 45.87 -
System Red Green Blue C M Y K H S L
Decimal 12 180 157 0.93 0 0.13 0.29 171.79 0.88 0.38
Hex C B4 9D 5D 0 D 1D AC 58 26
Octal 14 264 235 135 0 15 35 254 130 46
Binary 1100 10110100 10011101 1011101 0 1101 11101 10101100 1011000 100110

Color Harmonies of #0CB49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB49D

Black with #0CB49D

Text Example


Text Example

White with #0CB49D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,180,157); }

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

background-color css

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

 a { background-color: rgb(12,180,157); }

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

border-color css

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

 span { border-color: rgb(12,180,157); }

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