Html Css Color HEX #09BAAC Light Sea Green

📋 copy color: '#09BAAC'

red 9 ◦ green 186 ◦ blue 172

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

Shades of Light Sea Green #09BAAC

Tints of Light Sea Green #09BAAC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.68%

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

R = 2.45%
G = 50.68%
B = 46.87%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#09BAAC (or 0x09BAAC) is known color: Light Sea Green. HEX triplet: 09, BA and AC. RGB value is (9,186,172). Sum of RGB (Red+Green+Blue) = 9+186+172=367 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #09BAAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BAAC is #F64553. Grayscale: #838383. Windows color (decimal): -16139604 or 11319817. OLE color: 11319817.

HSL color Cylindrical-coordinate representation of color #09BAAC: hue angle of 175.25º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BAAC is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 186 172 -
CMYK 0.95 0 0.08 0.27
HSL 175.25º 0.91% 0.38% -
HSV(B) 175.25º 0.95% 0.73% -
XYZ 25.12 38.15 45.07 -
YUV 131.48 150.86 40.64 -
System Red Green Blue C M Y K H S L
Decimal 9 186 172 0.95 0 0.08 0.27 175.25 0.91 0.38
Hex 9 BA AC 5F 0 8 1B AF 5B 26
Octal 11 272 254 137 0 10 33 257 133 46
Binary 1001 10111010 10101100 1011111 0 1000 11011 10101111 1011011 100110

Color Harmonies of #09BAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BAAC

Black with #09BAAC

Text Example


Text Example

White with #09BAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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