#30AEAE

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

Shades of Light Sea Green #30AEAE

Tints of Light Sea Green #30AEAE

Color information

#30AEAE (or 0x30AEAE) is unknown color: approx Light Sea Green. HEX triplet: 30, AE and AE. RGB value is (48,174,174). Sum of RGB (Red+Green+Blue) = 48+174+174=396 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.12% from 396); Green value is 174 (68.36% from 255 or 43.94% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #30AEAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AEAE is #CF5151. Grayscale: #888888. Windows color (decimal): -13586770 or 11447856. OLE color: 11447856.

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

Color convert

RGB48174174-
CMYK0.72000.32
HSL180º56.76%43.53%-
HSV(B)180º72.41%68.24%-
XYZ23.9933.9645.33-
YUV136.33149.2665-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.12%
GREEN value IS 174 (68.36% from 255) = 43.94%
BLUE value IS 174 (68.36% from 255) = 43.94%
R=12.12%
G=43.94%
B=43.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal481741740.72000.3218056.7643.53
Hex30AEAE480020b4392c
Octal6025625611000402647154
Binary110000101011101010111010010000010000010110100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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