Html Css Color HEX #30AC9F Light Sea Green

📋 copy color: '#30AC9F'

red 48 ◦ green 172 ◦ blue 159

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

Shades of Light Sea Green #30AC9F

Tints of Light Sea Green #30AC9F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.38%

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

R = 12.66%
G = 45.38%
B = 41.95%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#30AC9F (or 0x30AC9F) is known color: Light Sea Green. HEX triplet: 30, AC and 9F. RGB value is (48,172,159). Sum of RGB (Red+Green+Blue) = 48+172+159=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 172 (67.58% from 255 or 45.38% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 172 - color contains mainly: green. Hex color #30AC9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AC9F is #CF5360. Grayscale: #858585. Windows color (decimal): -13587297 or 10464304. OLE color: 10464304.

HSL color Cylindrical-coordinate representation of color #30AC9F: hue angle of 173.71º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AC9F is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 172 159 -
CMYK 0.72 0 0.08 0.33
HSL 173.71º 0.56% 0.43% -
HSV(B) 173.71º 0.72% 0.67% -
XYZ 22.23 32.64 37.93 -
YUV 133.44 142.42 67.06 -
System Red Green Blue C M Y K H S L
Decimal 48 172 159 0.72 0 0.08 0.33 173.71 0.56 0.43
Hex 30 AC 9F 48 0 8 21 AE 38 2B
Octal 60 254 237 110 0 10 41 256 70 53
Binary 110000 10101100 10011111 1001000 0 1000 100001 10101110 111000 101011

Color Harmonies of #30AC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AC9F

Black with #30AC9F

Text Example


Text Example

White with #30AC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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