Html Css Color HEX #30AEA8 Light Sea Green

📋 copy color: '#30AEA8'

red 48 ◦ green 174 ◦ blue 168

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

Shades of Light Sea Green #30AEA8

Tints of Light Sea Green #30AEA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 43.08%

R = 12.31%
G = 44.62%
B = 43.08%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#30AEA8 (or 0x30AEA8) is known color: Light Sea Green. HEX triplet: 30, AE and A8. RGB value is (48,174,168). Sum of RGB (Red+Green+Blue) = 48+174+168=390 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.31% from 390); Green value is 174 (68.36% from 255 or 44.62% from 390); Blue value is 168 (66.02% from 255 or 43.08% from 390); Max value from RGB is 174 - color contains mainly: green. Hex color #30AEA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AEA8 is #CF5157. Grayscale: #878787. Windows color (decimal): -13586776 or 11054640. OLE color: 11054640.

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

Color convert

RGB 48 174 168 -
CMYK 0.72 0 0.03 0.32
HSL 177.14º 0.57% 0.44% -
HSV(B) 177.14º 0.72% 0.68% -
XYZ 23.42 33.73 42.32 -
YUV 135.64 146.26 65.49 -
System Red Green Blue C M Y K H S L
Decimal 48 174 168 0.72 0 0.03 0.32 177.14 0.57 0.44
Hex 30 AE A8 48 0 3 20 B1 39 2C
Octal 60 256 250 110 0 3 40 261 71 54
Binary 110000 10101110 10101000 1001000 0 11 100000 10110001 111001 101100

Color Harmonies of #30AEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AEA8

Black with #30AEA8

Text Example


Text Example

White with #30AEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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