Html Css Color HEX #30ADAF Light Sea Green

📋 copy color: '#30ADAF'

red 48 ◦ green 173 ◦ blue 175

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

Shades of Light Sea Green #30ADAF

Tints of Light Sea Green #30ADAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.19%

R = 12.12%
G = 43.69%
B = 44.19%

CMYK

 C value IS 0.73

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#30ADAF (or 0x30ADAF) is known color: Light Sea Green. HEX triplet: 30, AD and AF. RGB value is (48,173,175). Sum of RGB (Red+Green+Blue) = 48+173+175=396 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.12% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #30ADAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30ADAF is #CF5250. Grayscale: #878787. Windows color (decimal): -13587025 or 11513136. OLE color: 11513136.

HSL color Cylindrical-coordinate representation of color #30ADAF: hue angle of 180.94º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30ADAF is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 173 175 -
CMYK 0.73 0.01 0 0.31
HSL 180.94º 0.57% 0.44% -
HSV(B) 180.94º 0.73% 0.69% -
XYZ 23.9 33.61 45.79 -
YUV 135.85 150.09 65.34 -
System Red Green Blue C M Y K H S L
Decimal 48 173 175 0.73 0.01 0 0.31 180.94 0.57 0.44
Hex 30 AD AF 49 1 0 1F B5 39 2C
Octal 60 255 257 111 1 0 37 265 71 54
Binary 110000 10101101 10101111 1001001 1 0 11111 10110101 111001 101100

Color Harmonies of #30ADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ADAF

Black with #30ADAF

Text Example


Text Example

White with #30ADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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