Html Css Color HEX #30BAAA Light Sea Green

📋 copy color: '#30BAAA'

red 48 ◦ green 186 ◦ blue 170

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

Shades of Light Sea Green #30BAAA

Tints of Light Sea Green #30BAAA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.04%

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

R = 11.88%
G = 46.04%
B = 42.08%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#30BAAA (or 0x30BAAA) is known color: Light Sea Green. HEX triplet: 30, BA and AA. RGB value is (48,186,170). Sum of RGB (Red+Green+Blue) = 48+186+170=404 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.88% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 186 - color contains mainly: green. Hex color #30BAAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BAAA is #CF4555. Grayscale: #8E8E8E. Windows color (decimal): -13583702 or 11188784. OLE color: 11188784.

HSL color Cylindrical-coordinate representation of color #30BAAA: hue angle of 173.04º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BAAA is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 186 170 -
CMYK 0.74 0 0.09 0.27
HSL 173.04º 0.59% 0.46% -
HSV(B) 173.04º 0.74% 0.73% -
XYZ 26.03 38.65 44.12 -
YUV 142.91 143.28 60.3 -
System Red Green Blue C M Y K H S L
Decimal 48 186 170 0.74 0 0.09 0.27 173.04 0.59 0.46
Hex 30 BA AA 4A 0 9 1B AD 3B 2E
Octal 60 272 252 112 0 11 33 255 73 56
Binary 110000 10111010 10101010 1001010 0 1001 11011 10101101 111011 101110

Color Harmonies of #30BAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BAAA

Black with #30BAAA

Text Example


Text Example

White with #30BAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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