Html Css Color HEX #30AEA3 Light Sea Green

📋 copy color: '#30AEA3'

red 48 ◦ green 174 ◦ blue 163

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

Shades of Light Sea Green #30AEA3

Tints of Light Sea Green #30AEA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 42.34%

R = 12.47%
G = 45.19%
B = 42.34%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#30AEA3 (or 0x30AEA3) is known color: Light Sea Green. HEX triplet: 30, AE and A3. RGB value is (48,174,163). Sum of RGB (Red+Green+Blue) = 48+174+163=385 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.47% from 385); Green value is 174 (68.36% from 255 or 45.19% from 385); Blue value is 163 (64.06% from 255 or 42.34% from 385); Max value from RGB is 174 - color contains mainly: green. Hex color #30AEA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AEA3 is #CF515C. Grayscale: #868686. Windows color (decimal): -13586781 or 10726960. OLE color: 10726960.

HSL color Cylindrical-coordinate representation of color #30AEA3: hue angle of 174.76º 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 #30AEA3 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 174 163 -
CMYK 0.72 0 0.06 0.32
HSL 174.76º 0.57% 0.44% -
HSV(B) 174.76º 0.72% 0.68% -
XYZ 22.97 33.54 39.91 -
YUV 135.07 143.76 65.89 -
System Red Green Blue C M Y K H S L
Decimal 48 174 163 0.72 0 0.06 0.32 174.76 0.57 0.44
Hex 30 AE A3 48 0 6 20 AF 39 2C
Octal 60 256 243 110 0 6 40 257 71 54
Binary 110000 10101110 10100011 1001000 0 110 100000 10101111 111001 101100

Color Harmonies of #30AEA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AEA3

Black with #30AEA3

Text Example


Text Example

White with #30AEA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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