#30B4AE

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

Shades of Light Sea Green #30B4AE

Tints of Light Sea Green #30B4AE

Color information

#30B4AE (or 0x30B4AE) is unknown color: approx Light Sea Green. HEX triplet: 30, B4 and AE. RGB value is (48,180,174). Sum of RGB (Red+Green+Blue) = 48+180+174=402 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.94% from 402); Green value is 180 (70.70% from 255 or 44.78% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 180 - color contains mainly: green. Hex color #30B4AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B4AE is #CF4B51. Grayscale: #8B8B8B. Windows color (decimal): -13585234 or 11449392. OLE color: 11449392.

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

Color convert

RGB48180174-
CMYK0.7300.030.29
HSL177.27º57.89%44.71%-
HSV(B)177.27º73.33%70.59%-
XYZ25.1836.3345.73-
YUV139.85147.2762.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.94%
GREEN value IS 180 (70.70% from 255) = 44.78%
BLUE value IS 174 (68.36% from 255) = 43.28%
R=11.94%
G=44.78%
B=43.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal481801740.7300.030.29177.2757.8944.71
Hex30B4AE49031Db13a2d
Octal6026425611103352617255
Binary110000101101001010111010010010111110110110001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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