Html Css Color HEX #30BAAB Light Sea Green

📋 copy color: '#30BAAB'

red 48 ◦ green 186 ◦ blue 171

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

Shades of Light Sea Green #30BAAB

Tints of Light Sea Green #30BAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.22%

R = 11.85%
G = 45.93%
B = 42.22%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#30BAAB (or 0x30BAAB) is known color: Light Sea Green. HEX triplet: 30, BA and AB. RGB value is (48,186,171). Sum of RGB (Red+Green+Blue) = 48+186+171=405 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.85% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #30BAAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BAAB is #CF4554. Grayscale: #8E8E8E. Windows color (decimal): -13583701 or 11254320. OLE color: 11254320.

HSL color Cylindrical-coordinate representation of color #30BAAB: hue angle of 173.48º 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 #30BAAB is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 186 171 -
CMYK 0.74 0 0.08 0.27
HSL 173.48º 0.59% 0.46% -
HSV(B) 173.48º 0.74% 0.73% -
XYZ 26.13 38.69 44.62 -
YUV 143.03 143.78 60.22 -
System Red Green Blue C M Y K H S L
Decimal 48 186 171 0.74 0 0.08 0.27 173.48 0.59 0.46
Hex 30 BA AB 4A 0 8 1B AD 3B 2E
Octal 60 272 253 112 0 10 33 255 73 56
Binary 110000 10111010 10101011 1001010 0 1000 11011 10101101 111011 101110

Color Harmonies of #30BAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BAAB

Black with #30BAAB

Text Example


Text Example

White with #30BAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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