Html Css Color HEX #30B29F Light Sea Green

📋 copy color: '#30B29F'

red 48 ◦ green 178 ◦ blue 159

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

Shades of Light Sea Green #30B29F

Tints of Light Sea Green #30B29F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.23%

 BLUE value IS 159 (62.5% from 255) = 41.3%

R = 12.47%
G = 46.23%
B = 41.3%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#30B29F (or 0x30B29F) is known color: Light Sea Green. HEX triplet: 30, B2 and 9F. RGB value is (48,178,159). Sum of RGB (Red+Green+Blue) = 48+178+159=385 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.47% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 178 - color contains mainly: green. Hex color #30B29F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30B29F is #CF4D60. Grayscale: #888888. Windows color (decimal): -13585761 or 10465840. OLE color: 10465840.

HSL color Cylindrical-coordinate representation of color #30B29F: hue angle of 171.23º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B29F is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 48 178 159 -
CMYK 0.73 0 0.11 0.30
HSL 171.23º 0.58% 0.44% -
HSV(B) 171.23º 0.73% 0.7% -
XYZ 23.4 34.97 38.32 -
YUV 136.96 140.43 64.54 -
System Red Green Blue C M Y K H S L
Decimal 48 178 159 0.73 0 0.11 0.30 171.23 0.58 0.44
Hex 30 B2 9F 49 0 B 1E AB 3A 2C
Octal 60 262 237 111 0 13 36 253 72 54
Binary 110000 10110010 10011111 1001001 0 1011 11110 10101011 111010 101100

Color Harmonies of #30B29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B29F

Black with #30B29F

Text Example


Text Example

White with #30B29F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,178,159); }

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

background-color css

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

 a { background-color: rgb(48,178,159); }

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

border-color css

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

 span { border-color: rgb(48,178,159); }

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