#30BAA4

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

Shades of Light Sea Green #30BAA4

Tints of Light Sea Green #30BAA4

Color information

#30BAA4 (or 0x30BAA4) is unknown color: approx Light Sea Green. HEX triplet: 30, BA and A4. RGB value is (48,186,164). Sum of RGB (Red+Green+Blue) = 48+186+164=398 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.06% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 164 (64.45% from 255 or 41.21% from 398); Max value from RGB is 186 - color contains mainly: green. Hex color #30BAA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BAA4 is #CF455B. Grayscale: #8E8E8E. Windows color (decimal): -13583708 or 10795568. OLE color: 10795568.

HSL color Cylindrical-coordinate representation of color #30BAA4: hue angle of 170.43º 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 #30BAA4 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB48186164-
CMYK0.7400.120.27
HSL170.43º58.97%45.88%-
HSV(B)170.43º74.19%72.94%-
XYZ25.4838.4341.2-
YUV142.23140.2860.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.06%
GREEN value IS 186 (73.05% from 255) = 46.73%
BLUE value IS 164 (64.45% from 255) = 41.21%
R=12.06%
G=46.73%
B=41.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481861640.7400.120.27170.4358.9745.88
Hex30BAA44A0C1Baa3b2e
Octal60272244112014332527356
Binary11000010111010101001001001010011001101110101010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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