Html Css Color HEX #0C999B Persian Green

📋 copy color: '#0C999B'

red 12 ◦ green 153 ◦ blue 155

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

Shades of Persian Green #0C999B

Tints of Persian Green #0C999B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 48.44%

R = 3.75%
G = 47.81%
B = 48.44%

CMYK

 C value IS 0.92

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0C999B (or 0x0C999B) is known color: Persian Green. HEX triplet: 0C, 99 and 9B. RGB value is (12,153,155). Sum of RGB (Red+Green+Blue) = 12+153+155=320 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.75% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #0C999B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C999B is #F36664. Grayscale: #6E6E6E. Windows color (decimal): -15951461 or 10197260. OLE color: 10197260.

HSL color Cylindrical-coordinate representation of color #0C999B: hue angle of 180.84º 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 #0C999B is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 12 153 155 -
CMYK 0.92 0.01 0 0.39
HSL 180.84º 0.86% 0.33% -
HSV(B) 180.84º 0.92% 0.61% -
XYZ 17.46 25.23 34.96 -
YUV 111.07 152.79 57.34 -
System Red Green Blue C M Y K H S L
Decimal 12 153 155 0.92 0.01 0 0.39 180.84 0.86 0.33
Hex C 99 9B 5C 1 0 27 B5 56 21
Octal 14 231 233 134 1 0 47 265 126 41
Binary 1100 10011001 10011011 1011100 1 0 100111 10110101 1010110 100001

Color Harmonies of #0C999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C999B

Black with #0C999B

Text Example


Text Example

White with #0C999B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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