Html Css Color HEX #30B3A9 Light Sea Green

📋 copy color: '#30B3A9'

red 48 ◦ green 179 ◦ blue 169

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

Shades of Light Sea Green #30B3A9

Tints of Light Sea Green #30B3A9

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.2%

 BLUE value IS 169 (66.41% from 255) = 42.68%

R = 12.12%
G = 45.2%
B = 42.68%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#30B3A9 (or 0x30B3A9) is known color: Light Sea Green. HEX triplet: 30, B3 and A9. RGB value is (48,179,169). Sum of RGB (Red+Green+Blue) = 48+179+169=396 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.12% from 396); Green value is 179 (70.31% from 255 or 45.20% from 396); Blue value is 169 (66.41% from 255 or 42.68% from 396); Max value from RGB is 179 - color contains mainly: green. Hex color #30B3A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B3A9 is #CF4C56. Grayscale: #8A8A8A. Windows color (decimal): -13585495 or 11121456. OLE color: 11121456.

HSL color Cylindrical-coordinate representation of color #30B3A9: hue angle of 175.42º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B3A9 is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB 48 179 169 -
CMYK 0.73 0 0.06 0.30
HSL 175.42º 0.58% 0.45% -
HSV(B) 175.42º 0.73% 0.7% -
XYZ 24.5 35.73 43.14 -
YUV 138.69 145.1 63.31 -
System Red Green Blue C M Y K H S L
Decimal 48 179 169 0.73 0 0.06 0.30 175.42 0.58 0.45
Hex 30 B3 A9 49 0 6 1E AF 3A 2D
Octal 60 263 251 111 0 6 36 257 72 55
Binary 110000 10110011 10101001 1001001 0 110 11110 10101111 111010 101101

Color Harmonies of #30B3A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B3A9

Black with #30B3A9

Text Example


Text Example

White with #30B3A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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