Html Css Color HEX #0CAD8F Persian Green

📋 copy color: '#0CAD8F'

red 12 ◦ green 173 ◦ blue 143

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

Shades of Persian Green #0CAD8F

Tints of Persian Green #0CAD8F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 52.74%

 BLUE value IS 143 (56.25% from 255) = 43.6%

R = 3.66%
G = 52.74%
B = 43.6%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#0CAD8F (or 0x0CAD8F) is known color: Persian Green. HEX triplet: 0C, AD and 8F. RGB value is (12,173,143). Sum of RGB (Red+Green+Blue) = 12+173+143=328 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.66% from 328); Green value is 173 (67.97% from 255 or 52.74% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 173 - color contains mainly: green. Hex color #0CAD8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAD8F is #F35270. Grayscale: #797979. Windows color (decimal): -15946353 or 9415948. OLE color: 9415948.

HSL color Cylindrical-coordinate representation of color #0CAD8F: hue angle of 168.82º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAD8F is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 12 173 143 -
CMYK 0.93 0 0.17 0.32
HSL 168.82º 0.87% 0.36% -
HSV(B) 168.82º 0.93% 0.68% -
XYZ 20.05 31.95 31.1 -
YUV 121.44 140.16 49.94 -
System Red Green Blue C M Y K H S L
Decimal 12 173 143 0.93 0 0.17 0.32 168.82 0.87 0.36
Hex C AD 8F 5D 0 11 20 A9 57 24
Octal 14 255 217 135 0 21 40 251 127 44
Binary 1100 10101101 10001111 1011101 0 10001 100000 10101001 1010111 100100

Color Harmonies of #0CAD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAD8F

Black with #0CAD8F

Text Example


Text Example

White with #0CAD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,173,143); }

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

background-color css

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

 a { background-color: rgb(12,173,143); }

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

border-color css

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

 span { border-color: rgb(12,173,143); }

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