Html Css Color HEX #09A8AC Light Sea Green

📋 copy color: '#09A8AC'

red 9 ◦ green 168 ◦ blue 172

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

Shades of Light Sea Green #09A8AC

Tints of Light Sea Green #09A8AC

RGB

 RED value IS 9 (3.91% from 255) = 2.58%

 GREEN value IS 168 (66.02% from 255) = 48.14%

 BLUE value IS 172 (67.58% from 255) = 49.28%

R = 2.58%
G = 48.14%
B = 49.28%

CMYK

 C value IS 0.95

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#09A8AC (or 0x09A8AC) is known color: Light Sea Green. HEX triplet: 09, A8 and AC. RGB value is (9,168,172). Sum of RGB (Red+Green+Blue) = 9+168+172=349 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.58% from 349); Green value is 168 (66.02% from 255 or 48.14% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #09A8AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A8AC is #F65753. Grayscale: #787878. Windows color (decimal): -16144212 or 11315209. OLE color: 11315209.

HSL color Cylindrical-coordinate representation of color #09A8AC: hue angle of 181.47º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A8AC is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 168 172 -
CMYK 0.95 0.02 0 0.33
HSL 181.47º 0.9% 0.35% -
HSV(B) 181.47º 0.95% 0.67% -
XYZ 21.56 31.04 43.88 -
YUV 120.92 156.82 48.17 -
System Red Green Blue C M Y K H S L
Decimal 9 168 172 0.95 0.02 0 0.33 181.47 0.9 0.35
Hex 9 A8 AC 5F 2 0 21 B5 5A 23
Octal 11 250 254 137 2 0 41 265 132 43
Binary 1001 10101000 10101100 1011111 10 0 100001 10110101 1011010 100011

Color Harmonies of #09A8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A8AC

Black with #09A8AC

Text Example


Text Example

White with #09A8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09A8AC; }

 p { color: rgb(9,168,172); }

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

background-color css

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

 a { background-color: rgb(9,168,172); }

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

border-color css

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

 span { border-color: rgb(9,168,172); }

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