Html Css Color HEX #30AFAC Light Sea Green

📋 copy color: '#30AFAC'

red 48 ◦ green 175 ◦ blue 172

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

Shades of Light Sea Green #30AFAC

Tints of Light Sea Green #30AFAC

RGB

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

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

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

R = 12.15%
G = 44.3%
B = 43.54%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#30AFAC (or 0x30AFAC) is known color: Light Sea Green. HEX triplet: 30, AF and AC. RGB value is (48,175,172). Sum of RGB (Red+Green+Blue) = 48+175+172=395 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.15% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 175 - color contains mainly: green. Hex color #30AFAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AFAC is #CF5053. Grayscale: #888888. Windows color (decimal): -13586516 or 11317040. OLE color: 11317040.

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

Color convert

RGB 48 175 172 -
CMYK 0.73 0 0.02 0.31
HSL 178.58º 0.57% 0.44% -
HSV(B) 178.58º 0.73% 0.69% -
XYZ 24 34.27 44.38 -
YUV 136.69 147.92 64.74 -
System Red Green Blue C M Y K H S L
Decimal 48 175 172 0.73 0 0.02 0.31 178.58 0.57 0.44
Hex 30 AF AC 49 0 2 1F B3 39 2C
Octal 60 257 254 111 0 2 37 263 71 54
Binary 110000 10101111 10101100 1001001 0 10 11111 10110011 111001 101100

Color Harmonies of #30AFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AFAC

Black with #30AFAC

Text Example


Text Example

White with #30AFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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