#30ADAA

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

Shades of Light Sea Green #30ADAA

Tints of Light Sea Green #30ADAA

Color information

#30ADAA (or 0x30ADAA) is unknown color: approx Light Sea Green. HEX triplet: 30, AD and AA. RGB value is (48,173,170). Sum of RGB (Red+Green+Blue) = 48+173+170=391 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.28% from 391); Green value is 173 (67.97% from 255 or 44.25% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 173 - color contains mainly: green. Hex color #30ADAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30ADAA is #CF5255. Grayscale: #878787. Windows color (decimal): -13587030 or 11185456. OLE color: 11185456.

HSL color Cylindrical-coordinate representation of color #30ADAA: hue angle of 178.56º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30ADAA is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB48173170-
CMYK0.7200.020.32
HSL178.56º56.56%43.33%-
HSV(B)178.56º72.25%67.84%-
XYZ23.4233.4243.25-
YUV135.28147.5965.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.28%
GREEN value IS 173 (67.97% from 255) = 44.25%
BLUE value IS 170 (66.80% from 255) = 43.48%
R=12.28%
G=44.25%
B=43.48%

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
Decimal481731700.7200.020.32178.5656.5643.33
Hex30ADAA480220b3392b
Octal6025525211002402637153
Binary1100001010110110101010100100001010000010110011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,173,170); }

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

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

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

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

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

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

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