Html Css Color HEX #12AE9F Light Sea Green

📋 copy color: '#12AE9F'

red 18 ◦ green 174 ◦ blue 159

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

Shades of Light Sea Green #12AE9F

Tints of Light Sea Green #12AE9F

RGB

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

 GREEN value IS 174 (68.36% from 255) = 49.57%

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

R = 5.13%
G = 49.57%
B = 45.3%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#12AE9F (or 0x12AE9F) is known color: Light Sea Green. HEX triplet: 12, AE and 9F. RGB value is (18,174,159). Sum of RGB (Red+Green+Blue) = 18+174+159=351 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.13% from 351); Green value is 174 (68.36% from 255 or 49.57% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 174 - color contains mainly: green. Hex color #12AE9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AE9F is #ED5160. Grayscale: #7D7D7D. Windows color (decimal): -15552865 or 10464786. OLE color: 10464786.

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

Color convert

RGB 18 174 159 -
CMYK 0.90 0 0.09 0.32
HSL 174.23º 0.81% 0.38% -
HSV(B) 174.23º 0.9% 0.68% -
XYZ 21.64 32.9 38.01 -
YUV 125.65 146.82 51.22 -
System Red Green Blue C M Y K H S L
Decimal 18 174 159 0.90 0 0.09 0.32 174.23 0.81 0.38
Hex 12 AE 9F 5A 0 9 20 AE 51 26
Octal 22 256 237 132 0 11 40 256 121 46
Binary 10010 10101110 10011111 1011010 0 1001 100000 10101110 1010001 100110

Color Harmonies of #12AE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AE9F

Black with #12AE9F

Text Example


Text Example

White with #12AE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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