#30AEAC

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

Shades of Light Sea Green #30AEAC

Tints of Light Sea Green #30AEAC

Color information

#30AEAC (or 0x30AEAC) is unknown color: approx Light Sea Green. HEX triplet: 30, AE and AC. RGB value is (48,174,172). Sum of RGB (Red+Green+Blue) = 48+174+172=394 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.18% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 174 - color contains mainly: green. Hex color #30AEAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AEAC is #CF5153. Grayscale: #878787. Windows color (decimal): -13586772 or 11316784. OLE color: 11316784.

HSL color Cylindrical-coordinate representation of color #30AEAC: hue angle of 179.05º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AEAC is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB48174172-
CMYK0.7200.010.32
HSL179.05º56.76%43.53%-
HSV(B)179.05º72.41%68.24%-
XYZ23.833.8844.31-
YUV136.1148.2665.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.18%
GREEN value IS 174 (68.36% from 255) = 44.16%
BLUE value IS 172 (67.58% from 255) = 43.65%
R=12.18%
G=44.16%
B=43.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal481741720.7200.010.32179.0556.7643.53
Hex30AEAC480120b3392c
Octal6025625411001402637154
Binary110000101011101010110010010000110000010110011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30AEAC; }

 p { color: rgb(48,174,172); }

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

<style>
 a { background-color: #30AEAC; }

 a { background-color: rgb(48,174,172); }

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

<style>
 span { border-color: #30AEAC; }

 span { border-color: rgb(48,174,172); }

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