#30ABB4

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

Shades of Light Sea Green #30ABB4

Tints of Light Sea Green #30ABB4

Color information

#30ABB4 (or 0x30ABB4) is unknown color: approx Light Sea Green. HEX triplet: 30, AB and B4. RGB value is (48,171,180). Sum of RGB (Red+Green+Blue) = 48+171+180=399 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.03% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 180 (70.70% from 255 or 45.11% from 399); Max value from RGB is 180 - color contains mainly: blue. Hex color #30ABB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ABB4 is #CF544B. Grayscale: #878787. Windows color (decimal): -13587532 or 11840304. OLE color: 11840304.

HSL color Cylindrical-coordinate representation of color #30ABB4: hue angle of 184.09º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30ABB4 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB48171180-
CMYK0.730.0500.29
HSL184.09º57.89%44.71%-
HSV(B)184.09º73.33%70.59%-
XYZ24.0233.0548.29-
YUV135.25153.2565.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.03%
GREEN value IS 171 (67.19% from 255) = 42.86%
BLUE value IS 180 (70.70% from 255) = 45.11%
R=12.03%
G=42.86%
B=45.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal481711800.730.0500.29184.0957.8944.71
Hex30ABB449501Db83a2d
Octal6025326411150352707255
Binary1100001010101110110100100100110101110110111000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30ABB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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