Html Css Color HEX #09ACB1 Light Sea Green

📋 copy color: '#09ACB1'

red 9 ◦ green 172 ◦ blue 177

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

Shades of Light Sea Green #09ACB1

Tints of Light Sea Green #09ACB1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 48.04%

 BLUE value IS 177 (69.53% from 255) = 49.44%

R = 2.51%
G = 48.04%
B = 49.44%

CMYK

 C value IS 0.95

 M value IS 0.03

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#09ACB1 (or 0x09ACB1) is known color: Light Sea Green. HEX triplet: 09, AC and B1. RGB value is (9,172,177). Sum of RGB (Red+Green+Blue) = 9+172+177=358 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.51% from 358); Green value is 172 (67.58% from 255 or 48.04% from 358); Blue value is 177 (69.53% from 255 or 49.44% from 358); Max value from RGB is 177 - color contains mainly: blue. Hex color #09ACB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09ACB1 is #F6534E. Grayscale: #7B7B7B. Windows color (decimal): -16143183 or 11643913. OLE color: 11643913.

HSL color Cylindrical-coordinate representation of color #09ACB1: hue angle of 181.79º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09ACB1 is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 9 172 177 -
CMYK 0.95 0.03 0 0.31
HSL 181.79º 0.9% 0.36% -
HSV(B) 181.79º 0.95% 0.69% -
XYZ 22.8 32.74 46.71 -
YUV 123.83 158 46.09 -
System Red Green Blue C M Y K H S L
Decimal 9 172 177 0.95 0.03 0 0.31 181.79 0.9 0.36
Hex 9 AC B1 5F 3 0 1F B6 5A 24
Octal 11 254 261 137 3 0 37 266 132 44
Binary 1001 10101100 10110001 1011111 11 0 11111 10110110 1011010 100100

Color Harmonies of #09ACB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09ACB1

Black with #09ACB1

Text Example


Text Example

White with #09ACB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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