#30B0A2

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

Shades of Light Sea Green #30B0A2

Tints of Light Sea Green #30B0A2

Color information

#30B0A2 (or 0x30B0A2) is unknown color: approx Light Sea Green. HEX triplet: 30, B0 and A2. RGB value is (48,176,162). Sum of RGB (Red+Green+Blue) = 48+176+162=386 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.44% from 386); Green value is 176 (69.14% from 255 or 45.60% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 176 - color contains mainly: green. Hex color #30B0A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30B0A2 is #CF4F5D. Grayscale: #888888. Windows color (decimal): -13586270 or 10661936. OLE color: 10661936.

HSL color Cylindrical-coordinate representation of color #30B0A2: hue angle of 173.44º 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 #30B0A2 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB48176162-
CMYK0.7300.080.31
HSL173.44º57.14%43.92%-
HSV(B)173.44º72.73%69.02%-
XYZ23.2734.2939.57-
YUV136.13142.5965.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.44%
GREEN value IS 176 (69.14% from 255) = 45.60%
BLUE value IS 162 (63.67% from 255) = 41.97%
R=12.44%
G=45.60%
B=41.97%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal481761620.7300.080.31173.4457.1443.92
Hex30B0A249081Fad392c
Octal60260242111010372557154
Binary11000010110000101000101001001010001111110101101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B0A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,176,162); }

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

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

 a { background-color: rgb(48,176,162); }

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

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

 span { border-color: rgb(48,176,162); }

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