Html Css Color HEX #30ADAC Light Sea Green

📋 copy color: '#30ADAC'

red 48 ◦ green 173 ◦ blue 172

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

Shades of Light Sea Green #30ADAC

Tints of Light Sea Green #30ADAC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.02%

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

R = 12.21%
G = 44.02%
B = 43.77%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#30ADAC (or 0x30ADAC) is known color: Light Sea Green. HEX triplet: 30, AD and AC. RGB value is (48,173,172). Sum of RGB (Red+Green+Blue) = 48+173+172=393 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.21% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 173 - color contains mainly: green. Hex color #30ADAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30ADAC is #CF5253. Grayscale: #878787. Windows color (decimal): -13587028 or 11316528. OLE color: 11316528.

HSL color Cylindrical-coordinate representation of color #30ADAC: hue angle of 179.52º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30ADAC is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 173 172 -
CMYK 0.72 0 0.01 0.32
HSL 179.52º 0.57% 0.43% -
HSV(B) 179.52º 0.72% 0.68% -
XYZ 23.61 33.49 44.25 -
YUV 135.51 148.59 65.58 -
System Red Green Blue C M Y K H S L
Decimal 48 173 172 0.72 0 0.01 0.32 179.52 0.57 0.43
Hex 30 AD AC 48 0 1 20 B4 39 2B
Octal 60 255 254 110 0 1 40 264 71 53
Binary 110000 10101101 10101100 1001000 0 1 100000 10110100 111001 101011

Color Harmonies of #30ADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ADAC

Black with #30ADAC

Text Example


Text Example

White with #30ADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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