Html Css Color HEX #0CB49E Persian Green

📋 copy color: '#0CB49E'

red 12 ◦ green 180 ◦ blue 158

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

Shades of Persian Green #0CB49E

Tints of Persian Green #0CB49E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.14%

R = 3.43%
G = 51.43%
B = 45.14%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#0CB49E (or 0x0CB49E) is known color: Persian Green. HEX triplet: 0C, B4 and 9E. RGB value is (12,180,158). Sum of RGB (Red+Green+Blue) = 12+180+158=350 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.43% from 350); Green value is 180 (70.70% from 255 or 51.43% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 180 - color contains mainly: green. Hex color #0CB49E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB49E is #F34B61. Grayscale: #7F7F7F. Windows color (decimal): -15944546 or 10400780. OLE color: 10400780.

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

Color convert

RGB 12 180 158 -
CMYK 0.93 0 0.12 0.29
HSL 172.14º 0.88% 0.38% -
HSV(B) 172.14º 0.93% 0.71% -
XYZ 22.64 35.19 37.95 -
YUV 127.26 145.34 45.79 -
System Red Green Blue C M Y K H S L
Decimal 12 180 158 0.93 0 0.12 0.29 172.14 0.88 0.38
Hex C B4 9E 5D 0 C 1D AC 58 26
Octal 14 264 236 135 0 14 35 254 130 46
Binary 1100 10110100 10011110 1011101 0 1100 11101 10101100 1011000 100110

Color Harmonies of #0CB49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB49E

Black with #0CB49E

Text Example


Text Example

White with #0CB49E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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