Html Css Color HEX #009992 Persian Green

📋 copy color: '#009992'

red 0 ◦ green 153 ◦ blue 146

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

Shades of Persian Green #009992

Tints of Persian Green #009992

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 146 (57.42% from 255) = 48.83%

R = 0%
G = 51.17%
B = 48.83%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#009992 (or 0x009992) is known color: Persian Green. HEX triplet: 00, 99 and 92. RGB value is (0,153,146). Sum of RGB (Red+Green+Blue) = 0+153+146=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 153 (60.16% from 255 or 51.17% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 153 - color contains mainly: green. Hex color #009992 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009992 is #FF666D. Grayscale: #6A6A6A. Windows color (decimal): -16737902 or 9607424. OLE color: 9607424.

HSL color Cylindrical-coordinate representation of color #009992: hue angle of 177.25º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009992 is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 0 153 146 -
CMYK 1 0 0.05 0.4
HSL 177.25º 1% 0.3% -
HSV(B) 177.25º 1% 0.6% -
XYZ 16.58 24.86 31.12 -
YUV 106.46 150.31 52.07 -
System Red Green Blue C M Y K H S L
Decimal 0 153 146 1 0 0.05 0.4 177.25 1 0.3
Hex 0 99 92 64 0 5 28 B1 64 1E
Octal 0 231 222 144 0 5 50 261 144 36
Binary 0 10011001 10010010 1100100 0 101 101000 10110001 1100100 11110

Color Harmonies of #009992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009992

Black with #009992

Text Example


Text Example

White with #009992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009992; }

 p { color: rgb(0,153,146); }

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

background-color css

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

 a { background-color: rgb(0,153,146); }

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

border-color css

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

 span { border-color: rgb(0,153,146); }

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