Html Css Color HEX #12AF9F Light Sea Green

📋 copy color: '#12AF9F'

red 18 ◦ green 175 ◦ blue 159

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

Shades of Light Sea Green #12AF9F

Tints of Light Sea Green #12AF9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.17%

R = 5.11%
G = 49.72%
B = 45.17%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#12AF9F (or 0x12AF9F) is known color: Light Sea Green. HEX triplet: 12, AF and 9F. RGB value is (18,175,159). Sum of RGB (Red+Green+Blue) = 18+175+159=352 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.11% from 352); Green value is 175 (68.75% from 255 or 49.72% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AF9F is #ED5060. Grayscale: #7E7E7E. Windows color (decimal): -15552609 or 10465042. OLE color: 10465042.

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

Color convert

RGB 18 175 159 -
CMYK 0.90 0 0.09 0.31
HSL 173.89º 0.81% 0.38% -
HSV(B) 173.89º 0.9% 0.69% -
XYZ 21.84 33.29 38.08 -
YUV 126.23 146.49 50.8 -
System Red Green Blue C M Y K H S L
Decimal 18 175 159 0.90 0 0.09 0.31 173.89 0.81 0.38
Hex 12 AF 9F 5A 0 9 1F AE 51 26
Octal 22 257 237 132 0 11 37 256 121 46
Binary 10010 10101111 10011111 1011010 0 1001 11111 10101110 1010001 100110

Color Harmonies of #12AF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AF9F

Black with #12AF9F

Text Example


Text Example

White with #12AF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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