#07B1AA

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

Shades of Light Sea Green #07B1AA

Tints of Light Sea Green #07B1AA

Color information

#07B1AA (or 0x07B1AA) is unknown color: approx Light Sea Green. HEX triplet: 07, B1 and AA. RGB value is (7,177,170). Sum of RGB (Red+Green+Blue) = 7+177+170=354 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 354); Green value is 177 (69.53% from 255 or 50% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 177 - color contains mainly: green. Hex color #07B1AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07B1AA is #F84E55. Grayscale: #7D7D7D. Windows color (decimal): -16272982 or 11186439. OLE color: 11186439.

HSL color Cylindrical-coordinate representation of color #07B1AA: hue angle of 177.53º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B1AA is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB7177170-
CMYK0.9600.040.31
HSL177.53º92.39%36.08%-
HSV(B)177.53º96.05%69.41%-
XYZ23.0734.3943.45-
YUV125.37153.1843.57-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.98%
GREEN value IS 177 (69.53% from 255) = 50%
BLUE value IS 170 (66.80% from 255) = 48.02%
R=1.98%
G=50%
B=48.02%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal71771700.9600.040.31177.5392.3936.08
Hex7B1AA60041Fb25c24
Octal7261252140043726213444
Binary11110110001101010101100000010011111101100101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07B1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07B1AA; }

 p { color: rgb(7,177,170); }

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

<style>
 a { background-color: #07B1AA; }

 a { background-color: rgb(7,177,170); }

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

<style>
 span { border-color: #07B1AA; }

 span { border-color: rgb(7,177,170); }

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