#30ACB3

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

Shades of Light Sea Green #30ACB3

Tints of Light Sea Green #30ACB3

Color information

#30ACB3 (or 0x30ACB3) is unknown color: approx Light Sea Green. HEX triplet: 30, AC and B3. RGB value is (48,172,179). Sum of RGB (Red+Green+Blue) = 48+172+179=399 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.03% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 179 (70.31% from 255 or 44.86% from 399); Max value from RGB is 179 - color contains mainly: blue. Hex color #30ACB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ACB3 is #CF534C. Grayscale: #878787. Windows color (decimal): -13587277 or 11775024. OLE color: 11775024.

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

Color convert

RGB48172179-
CMYK0.730.0400.30
HSL183.21º57.71%44.51%-
HSV(B)183.21º73.18%70.2%-
XYZ24.1133.3947.82-
YUV135.72152.4265.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.03%
GREEN value IS 172 (67.58% from 255) = 43.11%
BLUE value IS 179 (70.31% from 255) = 44.86%
R=12.03%
G=43.11%
B=44.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal481721790.730.0400.30183.2157.7144.51
Hex30ACB349401Eb73a2d
Octal6025426311140362677255
Binary1100001010110010110011100100110001111010110111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30ACB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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