Html Css Color HEX #0CAD9F Persian Green

📋 copy color: '#0CAD9F'

red 12 ◦ green 173 ◦ blue 159

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

Shades of Persian Green #0CAD9F

Tints of Persian Green #0CAD9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 46.22%

R = 3.49%
G = 50.29%
B = 46.22%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#0CAD9F (or 0x0CAD9F) is known color: Persian Green. HEX triplet: 0C, AD and 9F. RGB value is (12,173,159). Sum of RGB (Red+Green+Blue) = 12+173+159=344 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.49% from 344); Green value is 173 (67.97% from 255 or 50.29% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 173 - color contains mainly: green. Hex color #0CAD9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAD9F is #F35260. Grayscale: #7B7B7B. Windows color (decimal): -15946337 or 10464524. OLE color: 10464524.

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

Color convert

RGB 12 173 159 -
CMYK 0.93 0 0.08 0.32
HSL 174.78º 0.87% 0.36% -
HSV(B) 174.78º 0.93% 0.68% -
XYZ 21.35 32.47 37.94 -
YUV 123.27 148.16 48.64 -
System Red Green Blue C M Y K H S L
Decimal 12 173 159 0.93 0 0.08 0.32 174.78 0.87 0.36
Hex C AD 9F 5D 0 8 20 AF 57 24
Octal 14 255 237 135 0 10 40 257 127 44
Binary 1100 10101101 10011111 1011101 0 1000 100000 10101111 1010111 100100

Color Harmonies of #0CAD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAD9F

Black with #0CAD9F

Text Example


Text Example

White with #0CAD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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