#30ACB4

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

Shades of Light Sea Green #30ACB4

Tints of Light Sea Green #30ACB4

Color information

#30ACB4 (or 0x30ACB4) is unknown color: approx Light Sea Green. HEX triplet: 30, AC and B4. RGB value is (48,172,180). Sum of RGB (Red+Green+Blue) = 48+172+180=400 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 180 (70.70% from 255 or 45% from 400); Max value from RGB is 180 - color contains mainly: blue. Hex color #30ACB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ACB4 is #CF534B. Grayscale: #878787. Windows color (decimal): -13587276 or 11840560. OLE color: 11840560.

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

Color convert

RGB48172180-
CMYK0.730.0400.29
HSL183.64º57.89%44.71%-
HSV(B)183.64º73.33%70.59%-
XYZ24.2133.4348.36-
YUV135.84152.9265.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12%
GREEN value IS 172 (67.58% from 255) = 43%
BLUE value IS 180 (70.70% from 255) = 45%
R=12%
G=43%
B=45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal481721800.730.0400.29183.6457.8944.71
Hex30ACB449401Db83a2d
Octal6025426411140352707255
Binary1100001010110010110100100100110001110110111000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30ACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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