#30afad

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

Shades of Light Sea Green #30AFAD

Tints of Light Sea Green #30AFAD

Color information

#30AFAD (or 0x30AFAD) is unknown color: approx Light Sea Green. HEX triplet: 30, AF and AD. RGB value is (48,175,173). Sum of RGB (Red+Green+Blue) = 48+175+173=396 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.12% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 175 - color contains mainly: green. Hex color #30AFAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AFAD is #CF5052. Grayscale: #888888. Windows color (decimal): -13586515 or 11382576. OLE color: 11382576.

HSL color Cylindrical-coordinate representation of color #30AFAD: hue angle of 179.06º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30AFAD is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB48175173-
CMYK0.7300.010.31
HSL179.06º56.95%43.73%-
HSV(B)179.06º72.57%68.63%-
XYZ24.0934.3144.89-
YUV136.8148.4264.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.12%
GREEN value IS 175 (68.75% from 255) = 44.19%
BLUE value IS 173 (67.97% from 255) = 43.69%
R=12.12%
G=44.19%
B=43.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal481751730.7300.010.31179.0656.9543.73
Hex30AFAD49011Fb3392c
Octal6025725511101372637154
Binary11000010101111101011011001001011111110110011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30afad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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