Html Css Color HEX #30A9A7 Light Sea Green

📋 copy color: '#30A9A7'

red 48 ◦ green 169 ◦ blue 167

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

Shades of Light Sea Green #30A9A7

Tints of Light Sea Green #30A9A7

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.01%

 BLUE value IS 167 (65.63% from 255) = 43.49%

R = 12.5%
G = 44.01%
B = 43.49%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.01

 K value IS 0.34

RGB Variations

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

Color information

#30A9A7 (or 0x30A9A7) is known color: Light Sea Green. HEX triplet: 30, A9 and A7. RGB value is (48,169,167). Sum of RGB (Red+Green+Blue) = 48+169+167=384 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.5% from 384); Green value is 169 (66.41% from 255 or 44.01% from 384); Blue value is 167 (65.62% from 255 or 43.49% from 384); Max value from RGB is 169 - color contains mainly: green. Hex color #30A9A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A9A7 is #CF5658. Grayscale: #848484. Windows color (decimal): -13588057 or 10987824. OLE color: 10987824.

HSL color Cylindrical-coordinate representation of color #30A9A7: hue angle of 179.01º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30A9A7 is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.34.

Color convert

RGB 48 169 167 -
CMYK 0.72 0 0.01 0.34
HSL 179.01º 0.56% 0.43% -
HSV(B) 179.01º 0.72% 0.66% -
XYZ 22.38 31.79 41.52 -
YUV 132.59 147.41 67.66 -
System Red Green Blue C M Y K H S L
Decimal 48 169 167 0.72 0 0.01 0.34 179.01 0.56 0.43
Hex 30 A9 A7 48 0 1 22 B3 38 2B
Octal 60 251 247 110 0 1 42 263 70 53
Binary 110000 10101001 10100111 1001000 0 1 100010 10110011 111000 101011

Color Harmonies of #30A9A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A9A7

Black with #30A9A7

Text Example


Text Example

White with #30A9A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,169,167); }

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

background-color css

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

 a { background-color: rgb(48,169,167); }

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

border-color css

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

 span { border-color: rgb(48,169,167); }

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