Html Css Color HEX #30AEAA Light Sea Green

📋 copy color: '#30AEAA'

red 48 ◦ green 174 ◦ blue 170

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

Shades of Light Sea Green #30AEAA

Tints of Light Sea Green #30AEAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.37%

R = 12.24%
G = 44.39%
B = 43.37%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#30AEAA (or 0x30AEAA) is known color: Light Sea Green. HEX triplet: 30, AE and AA. RGB value is (48,174,170). Sum of RGB (Red+Green+Blue) = 48+174+170=392 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.24% from 392); Green value is 174 (68.36% from 255 or 44.39% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 174 - color contains mainly: green. Hex color #30AEAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AEAA is #CF5155. Grayscale: #878787. Windows color (decimal): -13586774 or 11185712. OLE color: 11185712.

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

Color convert

RGB 48 174 170 -
CMYK 0.72 0 0.02 0.32
HSL 178.1º 0.57% 0.44% -
HSV(B) 178.1º 0.72% 0.68% -
XYZ 23.61 33.8 43.31 -
YUV 135.87 147.26 65.33 -
System Red Green Blue C M Y K H S L
Decimal 48 174 170 0.72 0 0.02 0.32 178.1 0.57 0.44
Hex 30 AE AA 48 0 2 20 B2 39 2C
Octal 60 256 252 110 0 2 40 262 71 54
Binary 110000 10101110 10101010 1001000 0 10 100000 10110010 111001 101100

Color Harmonies of #30AEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AEAA

Black with #30AEAA

Text Example


Text Example

White with #30AEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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