#07B2AC

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

Shades of Light Sea Green #07B2AC

Tints of Light Sea Green #07B2AC

Color information

#07B2AC (or 0x07B2AC) is unknown color: approx Light Sea Green. HEX triplet: 07, B2 and AC. RGB value is (7,178,172). Sum of RGB (Red+Green+Blue) = 7+178+172=357 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.96% from 357); Green value is 178 (69.92% from 255 or 49.86% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 178 - color contains mainly: green. Hex color #07B2AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07B2AC is #F84D53. Grayscale: #7E7E7E. Windows color (decimal): -16272724 or 11317767. OLE color: 11317767.

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

Color convert

RGB7178172-
CMYK0.9600.030.30
HSL177.89º92.43%36.27%-
HSV(B)177.89º96.07%69.8%-
XYZ23.4534.8644.52-
YUV126.19153.8542.99-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.96%
GREEN value IS 178 (69.92% from 255) = 49.86%
BLUE value IS 172 (67.58% from 255) = 48.18%
R=1.96%
G=49.86%
B=48.18%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal71781720.9600.030.30177.8992.4336.27
Hex7B2AC60031Eb25c24
Octal7262254140033626213444
Binary1111011001010101100110000001111110101100101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07B2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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