Html Css Color HEX #0CA19E Persian Green

📋 copy color: '#0CA19E'

red 12 ◦ green 161 ◦ blue 158

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

Shades of Persian Green #0CA19E

Tints of Persian Green #0CA19E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 48.64%

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

R = 3.63%
G = 48.64%
B = 47.73%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#0CA19E (or 0x0CA19E) is known color: Persian Green. HEX triplet: 0C, A1 and 9E. RGB value is (12,161,158). Sum of RGB (Red+Green+Blue) = 12+161+158=331 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.63% from 331); Green value is 161 (63.28% from 255 or 48.64% from 331); Blue value is 158 (62.11% from 255 or 47.73% from 331); Max value from RGB is 161 - color contains mainly: green. Hex color #0CA19E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA19E is #F35E61. Grayscale: #737373. Windows color (decimal): -15949410 or 10395916. OLE color: 10395916.

HSL color Cylindrical-coordinate representation of color #0CA19E: hue angle of 178.79º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA19E is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB 12 161 158 -
CMYK 0.93 0 0.02 0.37
HSL 178.79º 0.86% 0.34% -
HSV(B) 178.79º 0.93% 0.63% -
XYZ 19.07 28.04 36.75 -
YUV 116.11 151.64 53.74 -
System Red Green Blue C M Y K H S L
Decimal 12 161 158 0.93 0 0.02 0.37 178.79 0.86 0.34
Hex C A1 9E 5D 0 2 25 B3 56 22
Octal 14 241 236 135 0 2 45 263 126 42
Binary 1100 10100001 10011110 1011101 0 10 100101 10110011 1010110 100010

Color Harmonies of #0CA19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA19E

Black with #0CA19E

Text Example


Text Example

White with #0CA19E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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