Html Css Color HEX #30AFAA Light Sea Green

📋 copy color: '#30AFAA'

red 48 ◦ green 175 ◦ blue 170

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

Shades of Light Sea Green #30AFAA

Tints of Light Sea Green #30AFAA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.53%

 BLUE value IS 170 (66.8% from 255) = 43.26%

R = 12.21%
G = 44.53%
B = 43.26%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#30AFAA (or 0x30AFAA) is known color: Light Sea Green. HEX triplet: 30, AF and AA. RGB value is (48,175,170). Sum of RGB (Red+Green+Blue) = 48+175+170=393 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.21% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 175 - color contains mainly: green. Hex color #30AFAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AFAA is #CF5055. Grayscale: #888888. Windows color (decimal): -13586518 or 11185968. OLE color: 11185968.

HSL color Cylindrical-coordinate representation of color #30AFAA: hue angle of 177.64º 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 #30AFAA is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 175 170 -
CMYK 0.73 0 0.03 0.31
HSL 177.64º 0.57% 0.44% -
HSV(B) 177.64º 0.73% 0.69% -
XYZ 23.8 34.19 43.38 -
YUV 136.46 146.92 64.91 -
System Red Green Blue C M Y K H S L
Decimal 48 175 170 0.73 0 0.03 0.31 177.64 0.57 0.44
Hex 30 AF AA 49 0 3 1F B2 39 2C
Octal 60 257 252 111 0 3 37 262 71 54
Binary 110000 10101111 10101010 1001001 0 11 11111 10110010 111001 101100

Color Harmonies of #30AFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AFAA

Black with #30AFAA

Text Example


Text Example

White with #30AFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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