Html Css Color HEX #30BFAC Light Sea Green

📋 copy color: '#30BFAC'

red 48 ◦ green 191 ◦ blue 172

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

Shades of Light Sea Green #30BFAC

Tints of Light Sea Green #30BFAC

RGB

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

 GREEN value IS 191 (75% from 255) = 46.47%

 BLUE value IS 172 (67.58% from 255) = 41.85%

R = 11.68%
G = 46.47%
B = 41.85%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#30BFAC (or 0x30BFAC) is known color: Light Sea Green. HEX triplet: 30, BF and AC. RGB value is (48,191,172). Sum of RGB (Red+Green+Blue) = 48+191+172=411 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.68% from 411); Green value is 191 (75% from 255 or 46.47% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 191 - color contains mainly: green. Hex color #30BFAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BFAC is #CF4053. Grayscale: #929292. Windows color (decimal): -13582420 or 11321136. OLE color: 11321136.

HSL color Cylindrical-coordinate representation of color #30BFAC: hue angle of 172.03º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BFAC is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 191 172 -
CMYK 0.75 0 0.10 0.25
HSL 172.03º 0.6% 0.47% -
HSV(B) 172.03º 0.75% 0.75% -
XYZ 27.3 40.87 45.48 -
YUV 146.08 142.62 58.04 -
System Red Green Blue C M Y K H S L
Decimal 48 191 172 0.75 0 0.10 0.25 172.03 0.6 0.47
Hex 30 BF AC 4B 0 A 19 AC 3C 2F
Octal 60 277 254 113 0 12 31 254 74 57
Binary 110000 10111111 10101100 1001011 0 1010 11001 10101100 111100 101111

Color Harmonies of #30BFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BFAC

Black with #30BFAC

Text Example


Text Example

White with #30BFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,191,172); }

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

background-color css

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

 a { background-color: rgb(48,191,172); }

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

border-color css

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

 span { border-color: rgb(48,191,172); }

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