#30BAAB

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

Shades of Light Sea Green #30BAAB

Tints of Light Sea Green #30BAAB

Color information

#30BAAB (or 0x30BAAB) is unknown color: approx Light Sea Green. HEX triplet: 30, BA and AB. RGB value is (48,186,171). Sum of RGB (Red+Green+Blue) = 48+186+171=405 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.85% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #30BAAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BAAB is #CF4554. Grayscale: #8E8E8E. Windows color (decimal): -13583701 or 11254320. OLE color: 11254320.

HSL color Cylindrical-coordinate representation of color #30BAAB: hue angle of 173.48º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BAAB is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB48186171-
CMYK0.7400.080.27
HSL173.48º58.97%45.88%-
HSV(B)173.48º74.19%72.94%-
XYZ26.1338.6944.62-
YUV143.03143.7860.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.85%
GREEN value IS 186 (73.05% from 255) = 45.93%
BLUE value IS 171 (67.19% from 255) = 42.22%
R=11.85%
G=45.93%
B=42.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481861710.7400.080.27173.4858.9745.88
Hex30BAAB4A081Bad3b2e
Octal60272253112010332557356
Binary11000010111010101010111001010010001101110101101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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