Html Css Color HEX #0C999C Persian Green

📋 copy color: '#0C999C'

red 12 ◦ green 153 ◦ blue 156

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

Shades of Persian Green #0C999C

Tints of Persian Green #0C999C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.66%

 BLUE value IS 156 (61.33% from 255) = 48.6%

R = 3.74%
G = 47.66%
B = 48.6%

CMYK

 C value IS 0.92

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0C999C (or 0x0C999C) is known color: Persian Green. HEX triplet: 0C, 99 and 9C. RGB value is (12,153,156). Sum of RGB (Red+Green+Blue) = 12+153+156=321 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.74% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 156 - color contains mainly: blue. Hex color #0C999C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C999C is #F36663. Grayscale: #6F6F6F. Windows color (decimal): -15951460 or 10262796. OLE color: 10262796.

HSL color Cylindrical-coordinate representation of color #0C999C: hue angle of 181.25º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C999C is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 12 153 156 -
CMYK 0.92 0.02 0 0.39
HSL 181.25º 0.86% 0.33% -
HSV(B) 181.25º 0.92% 0.61% -
XYZ 17.54 25.26 35.4 -
YUV 111.18 153.29 57.26 -
System Red Green Blue C M Y K H S L
Decimal 12 153 156 0.92 0.02 0 0.39 181.25 0.86 0.33
Hex C 99 9C 5C 2 0 27 B5 56 21
Octal 14 231 234 134 2 0 47 265 126 41
Binary 1100 10011001 10011100 1011100 10 0 100111 10110101 1010110 100001

Color Harmonies of #0C999C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C999C

Black with #0C999C

Text Example


Text Example

White with #0C999C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,153,156); }

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

background-color css

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

 a { background-color: rgb(12,153,156); }

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

border-color css

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

 span { border-color: rgb(12,153,156); }

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