#07B5AC

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

Shades of Light Sea Green #07B5AC

Tints of Light Sea Green #07B5AC

Color information

#07B5AC (or 0x07B5AC) is unknown color: approx Light Sea Green. HEX triplet: 07, B5 and AC. RGB value is (7,181,172). Sum of RGB (Red+Green+Blue) = 7+181+172=360 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.94% from 360); Green value is 181 (71.09% from 255 or 50.28% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 181 - color contains mainly: green. Hex color #07B5AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07B5AC is #F84A53. Grayscale: #7F7F7F. Windows color (decimal): -16271956 or 11318535. OLE color: 11318535.

HSL color Cylindrical-coordinate representation of color #07B5AC: hue angle of 176.9º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B5AC is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB7181172-
CMYK0.9600.050.29
HSL176.9º92.55%36.86%-
HSV(B)176.9º96.13%70.98%-
XYZ24.0636.0744.72-
YUV127.95152.8541.73-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.94%
GREEN value IS 181 (71.09% from 255) = 50.28%
BLUE value IS 172 (67.58% from 255) = 47.78%
R=1.94%
G=50.28%
B=47.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal71811720.9600.050.29176.992.5536.86
Hex7B5AC60051Db15d25
Octal7265254140053526113545
Binary11110110101101011001100000010111101101100011011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07B5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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