Html Css Color HEX #089CA2 Persian Green

📋 copy color: '#089CA2'

red 8 ◦ green 156 ◦ blue 162

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

Shades of Persian Green #089CA2

Tints of Persian Green #089CA2

RGB

 RED value IS 8 (3.52% from 255) = 2.45%

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

 BLUE value IS 162 (63.67% from 255) = 49.69%

R = 2.45%
G = 47.85%
B = 49.69%

CMYK

 C value IS 0.95

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#089CA2 (or 0x089CA2) is known color: Persian Green. HEX triplet: 08, 9C and A2. RGB value is (8,156,162). Sum of RGB (Red+Green+Blue) = 8+156+162=326 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 326); Green value is 156 (61.33% from 255 or 47.85% from 326); Blue value is 162 (63.67% from 255 or 49.69% from 326); Max value from RGB is 162 - color contains mainly: blue. Hex color #089CA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089CA2 is #F7635D. Grayscale: #707070. Windows color (decimal): -16212830 or 10656776. OLE color: 10656776.

HSL color Cylindrical-coordinate representation of color #089CA2: hue angle of 182.34º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089CA2 is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 8 156 162 -
CMYK 0.95 0.04 0 0.36
HSL 182.34º 0.91% 0.33% -
HSV(B) 182.34º 0.95% 0.64% -
XYZ 18.51 26.44 38.31 -
YUV 112.43 155.97 53.51 -
System Red Green Blue C M Y K H S L
Decimal 8 156 162 0.95 0.04 0 0.36 182.34 0.91 0.33
Hex 8 9C A2 5F 4 0 24 B6 5B 21
Octal 10 234 242 137 4 0 44 266 133 41
Binary 1000 10011100 10100010 1011111 100 0 100100 10110110 1011011 100001

Color Harmonies of #089CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089CA2

Black with #089CA2

Text Example


Text Example

White with #089CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089CA2; }

 p { color: rgb(8,156,162); }

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

background-color css

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

 a { background-color: rgb(8,156,162); }

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

border-color css

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

 span { border-color: rgb(8,156,162); }

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