#30AEAB

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

Shades of Light Sea Green #30AEAB

Tints of Light Sea Green #30AEAB

Color information

#30AEAB (or 0x30AEAB) is unknown color: approx Light Sea Green. HEX triplet: 30, AE and AB. RGB value is (48,174,171). Sum of RGB (Red+Green+Blue) = 48+174+171=393 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.21% from 393); Green value is 174 (68.36% from 255 or 44.27% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 174 - color contains mainly: green. Hex color #30AEAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AEAB is #CF5154. Grayscale: #878787. Windows color (decimal): -13586773 or 11251248. OLE color: 11251248.

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

Color convert

RGB48174171-
CMYK0.7200.020.32
HSL178.57º56.76%43.53%-
HSV(B)178.57º72.41%68.24%-
XYZ23.7133.8443.81-
YUV135.98147.7665.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.21%
GREEN value IS 174 (68.36% from 255) = 44.27%
BLUE value IS 171 (67.19% from 255) = 43.51%
R=12.21%
G=44.27%
B=43.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal481741710.7200.020.32178.5756.7643.53
Hex30AEAB480220b3392c
Octal6025625311002402637154
Binary1100001010111010101011100100001010000010110011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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