#12AFA3

Color #12AFA3 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #12AFA3

Tints of Light Sea Green #12AFA3

Color information

#12AFA3 (or 0x12AFA3) is unknown color: approx Light Sea Green. HEX triplet: 12, AF and A3. RGB value is (18,175,163). Sum of RGB (Red+Green+Blue) = 18+175+163=356 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.06% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 163 (64.06% from 255 or 45.79% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #12AFA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AFA3 is #ED505C. Grayscale: #7E7E7E. Windows color (decimal): -15552605 or 10727186. OLE color: 10727186.

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

Color convert

RGB18175163-
CMYK0.9000.070.31
HSL175.41º81.35%37.84%-
HSV(B)175.41º89.71%68.63%-
XYZ22.1933.4339.93-
YUV126.69148.4950.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.06%
GREEN value IS 175 (68.75% from 255) = 49.16%
BLUE value IS 163 (64.06% from 255) = 45.79%
R=5.06%
G=49.16%
B=45.79%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal181751630.9000.070.31175.4181.3537.84
Hex12AFA35A071Faf5126
Octal22257243132073725712146
Binary1001010101111101000111011010011111111101011111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #12AFA3;
 }
 .AnyTagClassName
 {
   color: #12AFA3;
 }
</style>
background-color css

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

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

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

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

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

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