Html Css Color HEX #12AF9C Light Sea Green

📋 copy color: '#12AF9C'

red 18 ◦ green 175 ◦ blue 156

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

Shades of Light Sea Green #12AF9C

Tints of Light Sea Green #12AF9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.7%

R = 5.16%
G = 50.14%
B = 44.7%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#12AF9C (or 0x12AF9C) is known color: Light Sea Green. HEX triplet: 12, AF and 9C. RGB value is (18,175,156). Sum of RGB (Red+Green+Blue) = 18+175+156=349 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.16% from 349); Green value is 175 (68.75% from 255 or 50.14% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AF9C is #ED5063. Grayscale: #7D7D7D. Windows color (decimal): -15552612 or 10268434. OLE color: 10268434.

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

Color convert

RGB 18 175 156 -
CMYK 0.90 0 0.11 0.31
HSL 172.74º 0.81% 0.38% -
HSV(B) 172.74º 0.9% 0.69% -
XYZ 21.58 33.19 36.72 -
YUV 125.89 144.99 51.04 -
System Red Green Blue C M Y K H S L
Decimal 18 175 156 0.90 0 0.11 0.31 172.74 0.81 0.38
Hex 12 AF 9C 5A 0 B 1F AD 51 26
Octal 22 257 234 132 0 13 37 255 121 46
Binary 10010 10101111 10011100 1011010 0 1011 11111 10101101 1010001 100110

Color Harmonies of #12AF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AF9C

Black with #12AF9C

Text Example


Text Example

White with #12AF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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