Html Css Color HEX #30BAA5 Light Sea Green

📋 copy color: '#30BAA5'

red 48 ◦ green 186 ◦ blue 165

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

Shades of Light Sea Green #30BAA5

Tints of Light Sea Green #30BAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.35%

R = 12.03%
G = 46.62%
B = 41.35%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#30BAA5 (or 0x30BAA5) is known color: Light Sea Green. HEX triplet: 30, BA and A5. RGB value is (48,186,165). Sum of RGB (Red+Green+Blue) = 48+186+165=399 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.03% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 165 (64.84% from 255 or 41.35% from 399); Max value from RGB is 186 - color contains mainly: green. Hex color #30BAA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BAA5 is #CF455A. Grayscale: #8E8E8E. Windows color (decimal): -13583707 or 10861104. OLE color: 10861104.

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

Color convert

RGB 48 186 165 -
CMYK 0.74 0 0.11 0.27
HSL 170.87º 0.59% 0.46% -
HSV(B) 170.87º 0.74% 0.73% -
XYZ 25.57 38.46 41.67 -
YUV 142.34 140.78 60.71 -
System Red Green Blue C M Y K H S L
Decimal 48 186 165 0.74 0 0.11 0.27 170.87 0.59 0.46
Hex 30 BA A5 4A 0 B 1B AB 3B 2E
Octal 60 272 245 112 0 13 33 253 73 56
Binary 110000 10111010 10100101 1001010 0 1011 11011 10101011 111011 101110

Color Harmonies of #30BAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BAA5

Black with #30BAA5

Text Example


Text Example

White with #30BAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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