#07B2AB

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

Shades of Light Sea Green #07B2AB

Tints of Light Sea Green #07B2AB

Color information

#07B2AB (or 0x07B2AB) is unknown color: approx Light Sea Green. HEX triplet: 07, B2 and AB. RGB value is (7,178,171). Sum of RGB (Red+Green+Blue) = 7+178+171=356 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 356); Green value is 178 (69.92% from 255 or 50% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 178 - color contains mainly: green. Hex color #07B2AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07B2AB is #F84D54. Grayscale: #7D7D7D. Windows color (decimal): -16272725 or 11252231. OLE color: 11252231.

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

Color convert

RGB7178171-
CMYK0.9600.040.30
HSL177.54º92.43%36.27%-
HSV(B)177.54º96.07%69.8%-
XYZ23.3634.8344.02-
YUV126.07153.3543.07-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.97%
GREEN value IS 178 (69.92% from 255) = 50%
BLUE value IS 171 (67.19% from 255) = 48.03%
R=1.97%
G=50%
B=48.03%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal71781710.9600.040.30177.5492.4336.27
Hex7B2AB60041Eb25c24
Octal7262253140043626213444
Binary11110110010101010111100000010011110101100101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07B2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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