#30ACAE

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

Shades of Light Sea Green #30ACAE

Tints of Light Sea Green #30ACAE

Color information

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

HSL color Cylindrical-coordinate representation of color #30ACAE: hue angle of 180.95º 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 #30ACAE is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB48172174-
CMYK0.720.0100.32
HSL180.95º56.76%43.53%-
HSV(B)180.95º72.41%68.24%-
XYZ23.6133.1945.21-
YUV135.15149.9265.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal481721740.720.0100.32180.9556.7643.53
Hex30ACAE481020b5392c
Octal6025425611010402657154
Binary110000101011001010111010010001010000010110101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30ACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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