#30A6AB

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

Shades of Light Sea Green #30A6AB

Tints of Light Sea Green #30A6AB

Color information

#30A6AB (or 0x30A6AB) is unknown color: approx Light Sea Green. HEX triplet: 30, A6 and AB. RGB value is (48,166,171). Sum of RGB (Red+Green+Blue) = 48+166+171=385 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.47% from 385); Green value is 166 (65.23% from 255 or 43.12% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #30A6AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A6AB is #CF5954. Grayscale: #838383. Windows color (decimal): -13588821 or 11249200. OLE color: 11249200.

HSL color Cylindrical-coordinate representation of color #30A6AB: hue angle of 182.44º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30A6AB is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB48166171-
CMYK0.720.0300.33
HSL182.44º56.16%42.94%-
HSV(B)182.44º71.93%67.06%-
XYZ22.2130.8443.31-
YUV131.29150.4168.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.47%
GREEN value IS 166 (65.23% from 255) = 43.12%
BLUE value IS 171 (67.19% from 255) = 44.42%
R=12.47%
G=43.12%
B=44.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal481661710.720.0300.33182.4456.1642.94
Hex30A6AB483021b6382b
Octal6024625311030412667053
Binary1100001010011010101011100100011010000110110110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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