Html Css Color HEX #009C88 Persian Green

📋 copy color: '#009C88'

red 0 ◦ green 156 ◦ blue 136

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

Shades of Persian Green #009C88

Tints of Persian Green #009C88

RGB

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

 GREEN value IS 156 (61.33% from 255) = 53.42%

 BLUE value IS 136 (53.52% from 255) = 46.58%

R = 0%
G = 53.42%
B = 46.58%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#009C88 (or 0x009C88) is known color: Persian Green. HEX triplet: 00, 9C and 88. RGB value is (0,156,136). Sum of RGB (Red+Green+Blue) = 0+156+136=292 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 292); Green value is 156 (61.33% from 255 or 53.42% from 292); Blue value is 136 (53.52% from 255 or 46.58% from 292); Max value from RGB is 156 - color contains mainly: green. Hex color #009C88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009C88 is #FF6377. Grayscale: #6B6B6B. Windows color (decimal): -16737144 or 8952832. OLE color: 8952832.

HSL color Cylindrical-coordinate representation of color #009C88: hue angle of 172.31º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009C88 is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB 0 156 136 -
CMYK 1 0 0.13 0.39
HSL 172.31º 1% 0.31% -
HSV(B) 172.31º 1% 0.61% -
XYZ 16.33 25.55 27.36 -
YUV 107.08 144.32 51.63 -
System Red Green Blue C M Y K H S L
Decimal 0 156 136 1 0 0.13 0.39 172.31 1 0.31
Hex 0 9C 88 64 0 D 27 AC 64 1F
Octal 0 234 210 144 0 15 47 254 144 37
Binary 0 10011100 10001000 1100100 0 1101 100111 10101100 1100100 11111

Color Harmonies of #009C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009C88

Black with #009C88

Text Example


Text Example

White with #009C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009C88; }

 p { color: rgb(0,156,136); }

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

background-color css

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

 a { background-color: rgb(0,156,136); }

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

border-color css

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

 span { border-color: rgb(0,156,136); }

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