Html Css Color HEX #30BAA3 Light Sea Green

📋 copy color: '#30BAA3'

red 48 ◦ green 186 ◦ blue 163

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

Shades of Light Sea Green #30BAA3

Tints of Light Sea Green #30BAA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 41.06%

R = 12.09%
G = 46.85%
B = 41.06%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#30BAA3 (or 0x30BAA3) is known color: Light Sea Green. HEX triplet: 30, BA and A3. RGB value is (48,186,163). Sum of RGB (Red+Green+Blue) = 48+186+163=397 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.09% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 163 (64.06% from 255 or 41.06% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #30BAA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BAA3 is #CF455C. Grayscale: #8E8E8E. Windows color (decimal): -13583709 or 10730032. OLE color: 10730032.

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

Color convert

RGB 48 186 163 -
CMYK 0.74 0 0.12 0.27
HSL 170º 0.59% 0.46% -
HSV(B) 170º 0.74% 0.73% -
XYZ 25.39 38.39 40.72 -
YUV 142.12 139.78 60.87 -
System Red Green Blue C M Y K H S L
Decimal 48 186 163 0.74 0 0.12 0.27 170 0.59 0.46
Hex 30 BA A3 4A 0 C 1B AA 3B 2E
Octal 60 272 243 112 0 14 33 252 73 56
Binary 110000 10111010 10100011 1001010 0 1100 11011 10101010 111011 101110

Color Harmonies of #30BAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BAA3

Black with #30BAA3

Text Example


Text Example

White with #30BAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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