Html Css Color HEX #12AFA6 Light Sea Green

📋 copy color: '#12AFA6'

red 18 ◦ green 175 ◦ blue 166

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

Shades of Light Sea Green #12AFA6

Tints of Light Sea Green #12AFA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 46.24%

R = 5.01%
G = 48.75%
B = 46.24%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#12AFA6 (or 0x12AFA6) is known color: Light Sea Green. HEX triplet: 12, AF and A6. RGB value is (18,175,166). Sum of RGB (Red+Green+Blue) = 18+175+166=359 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.01% from 359); Green value is 175 (68.75% from 255 or 48.75% from 359); Blue value is 166 (65.23% from 255 or 46.24% from 359); Max value from RGB is 175 - color contains mainly: green. Hex color #12AFA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AFA6 is #ED5059. Grayscale: #7E7E7E. Windows color (decimal): -15552602 or 10923794. OLE color: 10923794.

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

Color convert

RGB 18 175 166 -
CMYK 0.90 0 0.05 0.31
HSL 176.56º 0.81% 0.38% -
HSV(B) 176.56º 0.9% 0.69% -
XYZ 22.46 33.54 41.37 -
YUV 127.03 149.99 50.23 -
System Red Green Blue C M Y K H S L
Decimal 18 175 166 0.90 0 0.05 0.31 176.56 0.81 0.38
Hex 12 AF A6 5A 0 5 1F B1 51 26
Octal 22 257 246 132 0 5 37 261 121 46
Binary 10010 10101111 10100110 1011010 0 101 11111 10110001 1010001 100110

Color Harmonies of #12AFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AFA6

Black with #12AFA6

Text Example


Text Example

White with #12AFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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