Html Css Color HEX #30ADAB Light Sea Green

📋 copy color: '#30ADAB'

red 48 ◦ green 173 ◦ blue 171

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

Shades of Light Sea Green #30ADAB

Tints of Light Sea Green #30ADAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.62%

R = 12.24%
G = 44.13%
B = 43.62%

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

#30ADAB (or 0x30ADAB) is known color: Light Sea Green. HEX triplet: 30, AD and AB. RGB value is (48,173,171). Sum of RGB (Red+Green+Blue) = 48+173+171=392 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.24% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 173 - color contains mainly: green. Hex color #30ADAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30ADAB is #CF5254. Grayscale: #878787. Windows color (decimal): -13587029 or 11250992. OLE color: 11250992.

HSL color Cylindrical-coordinate representation of color #30ADAB: hue angle of 179.04º 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 #30ADAB is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 173 171 -
CMYK 0.72 0 0.01 0.32
HSL 179.04º 0.57% 0.43% -
HSV(B) 179.04º 0.72% 0.68% -
XYZ 23.51 33.46 43.75 -
YUV 135.4 148.09 65.66 -
System Red Green Blue C M Y K H S L
Decimal 48 173 171 0.72 0 0.01 0.32 179.04 0.57 0.43
Hex 30 AD AB 48 0 1 20 B3 39 2B
Octal 60 255 253 110 0 1 40 263 71 53
Binary 110000 10101101 10101011 1001000 0 1 100000 10110011 111001 101011

Color Harmonies of #30ADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ADAB

Black with #30ADAB

Text Example


Text Example

White with #30ADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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