Html Css Color HEX #30AFAE Light Sea Green

📋 copy color: '#30AFAE'

red 48 ◦ green 175 ◦ blue 174

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

Shades of Light Sea Green #30AFAE

Tints of Light Sea Green #30AFAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.83%

R = 12.09%
G = 44.08%
B = 43.83%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#30AFAE (or 0x30AFAE) is known color: Light Sea Green. HEX triplet: 30, AF and AE. RGB value is (48,175,174). Sum of RGB (Red+Green+Blue) = 48+175+174=397 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.09% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #30AFAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AFAE is #CF5051. Grayscale: #888888. Windows color (decimal): -13586514 or 11448112. OLE color: 11448112.

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

Color convert

RGB 48 175 174 -
CMYK 0.73 0 0.01 0.31
HSL 179.53º 0.57% 0.44% -
HSV(B) 179.53º 0.73% 0.69% -
XYZ 24.19 34.34 45.4 -
YUV 136.91 148.92 64.58 -
System Red Green Blue C M Y K H S L
Decimal 48 175 174 0.73 0 0.01 0.31 179.53 0.57 0.44
Hex 30 AF AE 49 0 1 1F B4 39 2C
Octal 60 257 256 111 0 1 37 264 71 54
Binary 110000 10101111 10101110 1001001 0 1 11111 10110100 111001 101100

Color Harmonies of #30AFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AFAE

Black with #30AFAE

Text Example


Text Example

White with #30AFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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