#30AEB4

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

Shades of Light Sea Green #30AEB4

Tints of Light Sea Green #30AEB4

Color information

#30AEB4 (or 0x30AEB4) is unknown color: approx Light Sea Green. HEX triplet: 30, AE and B4. RGB value is (48,174,180). Sum of RGB (Red+Green+Blue) = 48+174+180=402 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.94% from 402); Green value is 174 (68.36% from 255 or 43.28% from 402); Blue value is 180 (70.70% from 255 or 44.78% from 402); Max value from RGB is 180 - color contains mainly: blue. Hex color #30AEB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30AEB4 is #CF514B. Grayscale: #888888. Windows color (decimal): -13586764 or 11841072. OLE color: 11841072.

HSL color Cylindrical-coordinate representation of color #30AEB4: hue angle of 182.73º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30AEB4 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB48174180-
CMYK0.730.0300.29
HSL182.73º57.89%44.71%-
HSV(B)182.73º73.33%70.59%-
XYZ24.5934.248.48-
YUV137.01152.2664.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.94%
GREEN value IS 174 (68.36% from 255) = 43.28%
BLUE value IS 180 (70.70% from 255) = 44.78%
R=11.94%
G=43.28%
B=44.78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal481741800.730.0300.29182.7357.8944.71
Hex30AEB449301Db73a2d
Octal6025626411130352677255
Binary110000101011101011010010010011101110110110111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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