Html Css Color HEX #12AFAC Light Sea Green

📋 copy color: '#12AFAC'

red 18 ◦ green 175 ◦ blue 172

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

Shades of Light Sea Green #12AFAC

Tints of Light Sea Green #12AFAC

RGB

 RED value IS 18 (7.42% from 255) = 4.93%

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

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

R = 4.93%
G = 47.95%
B = 47.12%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#12AFAC (or 0x12AFAC) is known color: Light Sea Green. HEX triplet: 12, AF and AC. RGB value is (18,175,172). Sum of RGB (Red+Green+Blue) = 18+175+172=365 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.93% from 365); Green value is 175 (68.75% from 255 or 47.95% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 175 - color contains mainly: green. Hex color #12AFAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AFAC is #ED5053. Grayscale: #7F7F7F. Windows color (decimal): -15552596 or 11317010. OLE color: 11317010.

HSL color Cylindrical-coordinate representation of color #12AFAC: hue angle of 178.85º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AFAC is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 175 172 -
CMYK 0.90 0 0.02 0.31
HSL 178.85º 0.81% 0.38% -
HSV(B) 178.85º 0.9% 0.69% -
XYZ 23.03 33.77 44.33 -
YUV 127.72 152.99 49.74 -
System Red Green Blue C M Y K H S L
Decimal 18 175 172 0.90 0 0.02 0.31 178.85 0.81 0.38
Hex 12 AF AC 5A 0 2 1F B3 51 26
Octal 22 257 254 132 0 2 37 263 121 46
Binary 10010 10101111 10101100 1011010 0 10 11111 10110011 1010001 100110

Color Harmonies of #12AFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AFAC

Black with #12AFAC

Text Example


Text Example

White with #12AFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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