Html Css Color HEX #30BAA4 Light Sea Green

📋 copy color: '#30BAA4'

red 48 ◦ green 186 ◦ blue 164

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

Shades of Light Sea Green #30BAA4

Tints of Light Sea Green #30BAA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 41.21%

R = 12.06%
G = 46.73%
B = 41.21%

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

#30BAA4 (or 0x30BAA4) is known color: Light Sea Green. HEX triplet: 30, BA and A4. RGB value is (48,186,164). Sum of RGB (Red+Green+Blue) = 48+186+164=398 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.06% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 164 (64.45% from 255 or 41.21% from 398); Max value from RGB is 186 - color contains mainly: green. Hex color #30BAA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BAA4 is #CF455B. Grayscale: #8E8E8E. Windows color (decimal): -13583708 or 10795568. OLE color: 10795568.

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

Color convert

RGB 48 186 164 -
CMYK 0.74 0 0.12 0.27
HSL 170.43º 0.59% 0.46% -
HSV(B) 170.43º 0.74% 0.73% -
XYZ 25.48 38.43 41.2 -
YUV 142.23 140.28 60.79 -
System Red Green Blue C M Y K H S L
Decimal 48 186 164 0.74 0 0.12 0.27 170.43 0.59 0.46
Hex 30 BA A4 4A 0 C 1B AA 3B 2E
Octal 60 272 244 112 0 14 33 252 73 56
Binary 110000 10111010 10100100 1001010 0 1100 11011 10101010 111011 101110

Color Harmonies of #30BAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BAA4

Black with #30BAA4

Text Example


Text Example

White with #30BAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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