#30AEB5

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

Shades of Light Sea Green #30AEB5

Tints of Light Sea Green #30AEB5

Color information

#30AEB5 (or 0x30AEB5) is unknown color: approx Light Sea Green. HEX triplet: 30, AE and B5. RGB value is (48,174,181). Sum of RGB (Red+Green+Blue) = 48+174+181=403 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.91% from 403); Green value is 174 (68.36% from 255 or 43.18% from 403); Blue value is 181 (71.09% from 255 or 44.91% from 403); Max value from RGB is 181 - color contains mainly: blue. Hex color #30AEB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30AEB5 is #CF514A. Grayscale: #888888. Windows color (decimal): -13586763 or 11906608. OLE color: 11906608.

HSL color Cylindrical-coordinate representation of color #30AEB5: hue angle of 183.16º 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 #30AEB5 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB48174181-
CMYK0.730.0400.29
HSL183.16º58.08%44.9%-
HSV(B)183.16º73.48%70.98%-
XYZ24.734.2449.02-
YUV137.12152.7664.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.91%
GREEN value IS 174 (68.36% from 255) = 43.18%
BLUE value IS 181 (71.09% from 255) = 44.91%
R=11.91%
G=43.18%
B=44.91%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal481741810.730.0400.29183.1658.0844.9
Hex30AEB549401Db73a2d
Octal6025626511140352677255
Binary1100001010111010110101100100110001110110110111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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