Html Css Color HEX #12AFA8 Light Sea Green

📋 copy color: '#12AFA8'

red 18 ◦ green 175 ◦ blue 168

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

Shades of Light Sea Green #12AFA8

Tints of Light Sea Green #12AFA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 46.54%

R = 4.99%
G = 48.48%
B = 46.54%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#12AFA8 (or 0x12AFA8) is known color: Light Sea Green. HEX triplet: 12, AF and A8. RGB value is (18,175,168). Sum of RGB (Red+Green+Blue) = 18+175+168=361 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.99% from 361); Green value is 175 (68.75% from 255 or 48.48% from 361); Blue value is 168 (66.02% from 255 or 46.54% from 361); Max value from RGB is 175 - color contains mainly: green. Hex color #12AFA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AFA8 is #ED5057. Grayscale: #7F7F7F. Windows color (decimal): -15552600 or 11054866. OLE color: 11054866.

HSL color Cylindrical-coordinate representation of color #12AFA8: hue angle of 177.32º 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 #12AFA8 is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 175 168 -
CMYK 0.90 0 0.04 0.31
HSL 177.32º 0.81% 0.38% -
HSV(B) 177.32º 0.9% 0.69% -
XYZ 22.65 33.62 42.34 -
YUV 127.26 150.99 50.07 -
System Red Green Blue C M Y K H S L
Decimal 18 175 168 0.90 0 0.04 0.31 177.32 0.81 0.38
Hex 12 AF A8 5A 0 4 1F B1 51 26
Octal 22 257 250 132 0 4 37 261 121 46
Binary 10010 10101111 10101000 1011010 0 100 11111 10110001 1010001 100110

Color Harmonies of #12AFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AFA8

Black with #12AFA8

Text Example


Text Example

White with #12AFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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