Html Css Color HEX #12AF9E Light Sea Green

📋 copy color: '#12AF9E'

red 18 ◦ green 175 ◦ blue 158

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

Shades of Light Sea Green #12AF9E

Tints of Light Sea Green #12AF9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.01%

R = 5.13%
G = 49.86%
B = 45.01%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#12AF9E (or 0x12AF9E) is known color: Light Sea Green. HEX triplet: 12, AF and 9E. RGB value is (18,175,158). Sum of RGB (Red+Green+Blue) = 18+175+158=351 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.13% from 351); Green value is 175 (68.75% from 255 or 49.86% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AF9E is #ED5061. Grayscale: #7E7E7E. Windows color (decimal): -15552610 or 10399506. OLE color: 10399506.

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

Color convert

RGB 18 175 158 -
CMYK 0.90 0 0.10 0.31
HSL 173.5º 0.81% 0.38% -
HSV(B) 173.5º 0.9% 0.69% -
XYZ 21.75 33.26 37.62 -
YUV 126.12 145.99 50.88 -
System Red Green Blue C M Y K H S L
Decimal 18 175 158 0.90 0 0.10 0.31 173.5 0.81 0.38
Hex 12 AF 9E 5A 0 A 1F AE 51 26
Octal 22 257 236 132 0 12 37 256 121 46
Binary 10010 10101111 10011110 1011010 0 1010 11111 10101110 1010001 100110

Color Harmonies of #12AF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AF9E

Black with #12AF9E

Text Example


Text Example

White with #12AF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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