Html Css Color HEX #009BA1 Persian Green

📋 copy color: '#009BA1'

red 0 ◦ green 155 ◦ blue 161

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

Shades of Persian Green #009BA1

Tints of Persian Green #009BA1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 49.05%

 BLUE value IS 161 (63.28% from 255) = 50.95%

R = 0%
G = 49.05%
B = 50.95%

CMYK

 C value IS 1

 M value IS 0.04

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#009BA1 (or 0x009BA1) is known color: Persian Green. HEX triplet: 00, 9B and A1. RGB value is (0,155,161). Sum of RGB (Red+Green+Blue) = 0+155+161=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 155 (60.94% from 255 or 49.05% from 316); Blue value is 161 (63.28% from 255 or 50.95% from 316); Max value from RGB is 161 - color contains mainly: blue. Hex color #009BA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009BA1 is #FF645E. Grayscale: #6D6D6D. Windows color (decimal): -16737375 or 10590976. OLE color: 10590976.

HSL color Cylindrical-coordinate representation of color #009BA1: hue angle of 182.24º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009BA1 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 0 155 161 -
CMYK 1 0.04 0 0.37
HSL 182.24º 1% 0.32% -
HSV(B) 182.24º 1% 0.63% -
XYZ 18.15 26.02 37.78 -
YUV 109.34 157.15 50.01 -
System Red Green Blue C M Y K H S L
Decimal 0 155 161 1 0.04 0 0.37 182.24 1 0.32
Hex 0 9B A1 64 4 0 25 B6 64 20
Octal 0 233 241 144 4 0 45 266 144 40
Binary 0 10011011 10100001 1100100 100 0 100101 10110110 1100100 100000

Color Harmonies of #009BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009BA1

Black with #009BA1

Text Example


Text Example

White with #009BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,155,161); }

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

background-color css

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

 a { background-color: rgb(0,155,161); }

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

border-color css

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

 span { border-color: rgb(0,155,161); }

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