#07B1AB

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

Shades of Light Sea Green #07B1AB

Tints of Light Sea Green #07B1AB

Color information

#07B1AB (or 0x07B1AB) is unknown color: approx Light Sea Green. HEX triplet: 07, B1 and AB. RGB value is (7,177,171). Sum of RGB (Red+Green+Blue) = 7+177+171=355 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 355); Green value is 177 (69.53% from 255 or 49.86% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 177 - color contains mainly: green. Hex color #07B1AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07B1AB is #F84E54. Grayscale: #7D7D7D. Windows color (decimal): -16272981 or 11251975. OLE color: 11251975.

HSL color Cylindrical-coordinate representation of color #07B1AB: hue angle of 177.88º 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 #07B1AB is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB7177171-
CMYK0.9600.030.31
HSL177.88º92.39%36.08%-
HSV(B)177.88º96.05%69.41%-
XYZ23.1634.4343.95-
YUV125.49153.6843.49-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.97%
GREEN value IS 177 (69.53% from 255) = 49.86%
BLUE value IS 171 (67.19% from 255) = 48.17%
R=1.97%
G=49.86%
B=48.17%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal71771710.9600.030.31177.8892.3936.08
Hex7B1AB60031Fb25c24
Octal7261253140033726213444
Binary1111011000110101011110000001111111101100101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07B1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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