Html Css Color HEX #30AEA1 Light Sea Green

📋 copy color: '#30AEA1'

red 48 ◦ green 174 ◦ blue 161

#30AEA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #30AEA1

Tints of Light Sea Green #30AEA1

RGB

 RED value IS 48 (19.14% from 255) = 12.53%

 GREEN value IS 174 (68.36% from 255) = 45.43%

 BLUE value IS 161 (63.28% from 255) = 42.04%

R = 12.53%
G = 45.43%
B = 42.04%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#30AEA1 (or 0x30AEA1) is known color: Light Sea Green. HEX triplet: 30, AE and A1. RGB value is (48,174,161). Sum of RGB (Red+Green+Blue) = 48+174+161=383 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.53% from 383); Green value is 174 (68.36% from 255 or 45.43% from 383); Blue value is 161 (63.28% from 255 or 42.04% from 383); Max value from RGB is 174 - color contains mainly: green. Hex color #30AEA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AEA1 is #CF515E. Grayscale: #868686. Windows color (decimal): -13586783 or 10595888. OLE color: 10595888.

HSL color Cylindrical-coordinate representation of color #30AEA1: hue angle of 173.81º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AEA1 is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 174 161 -
CMYK 0.72 0 0.07 0.32
HSL 173.81º 0.57% 0.44% -
HSV(B) 173.81º 0.72% 0.68% -
XYZ 22.79 33.47 38.98 -
YUV 134.84 142.76 66.06 -
System Red Green Blue C M Y K H S L
Decimal 48 174 161 0.72 0 0.07 0.32 173.81 0.57 0.44
Hex 30 AE A1 48 0 7 20 AE 39 2C
Octal 60 256 241 110 0 7 40 256 71 54
Binary 110000 10101110 10100001 1001000 0 111 100000 10101110 111001 101100

Color Harmonies of #30AEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AEA1

Black with #30AEA1

Text Example


Text Example

White with #30AEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #30AEA1;
 }
 .AnyTagClassName
 {
   color: #30AEA1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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