#09B0A6

Color #09B0A6 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #09B0A6

Tints of Light Sea Green #09B0A6

Color information

#09B0A6 (or 0x09B0A6) is unknown color: approx Light Sea Green. HEX triplet: 09, B0 and A6. RGB value is (9,176,166). Sum of RGB (Red+Green+Blue) = 9+176+166=351 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 351); Green value is 176 (69.14% from 255 or 50.14% from 351); Blue value is 166 (65.23% from 255 or 47.29% from 351); Max value from RGB is 176 - color contains mainly: green. Hex color #09B0A6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09B0A6 is #F64F59. Grayscale: #7C7C7C. Windows color (decimal): -16142170 or 10924041. OLE color: 10924041.

HSL color Cylindrical-coordinate representation of color #09B0A6: hue angle of 176.41º 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 #09B0A6 is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB9176166-
CMYK0.9500.060.31
HSL176.41º90.27%36.27%-
HSV(B)176.41º94.89%69.02%-
XYZ22.5233.8641.43-
YUV124.93151.1745.31-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.56%
GREEN value IS 176 (69.14% from 255) = 50.14%
BLUE value IS 166 (65.23% from 255) = 47.29%
R=2.56%
G=50.14%
B=47.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal91761660.9500.060.31176.4190.2736.27
Hex9B0A65F061Fb05a24
Octal11260246137063726013244
Binary100110110000101001101011111011011111101100001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09B0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,176,166); }

 H1.HeaderClassName
 {
   color: #09B0A6;
 }
 .AnyTagClassName
 {
   color: #09B0A6;
 }
</style>
background-color css

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

 a { background-color: rgb(9,176,166); }

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

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

 span { border-color: rgb(9,176,166); }

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