#12AFA5

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

Shades of Light Sea Green #12AFA5

Tints of Light Sea Green #12AFA5

Color information

#12AFA5 (or 0x12AFA5) is unknown color: approx Light Sea Green. HEX triplet: 12, AF and A5. RGB value is (18,175,165). Sum of RGB (Red+Green+Blue) = 18+175+165=358 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.03% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 165 (64.84% from 255 or 46.09% from 358); Max value from RGB is 175 - color contains mainly: green. Hex color #12AFA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AFA5 is #ED505A. Grayscale: #7E7E7E. Windows color (decimal): -15552603 or 10858258. OLE color: 10858258.

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

Color convert

RGB18175165-
CMYK0.9000.060.31
HSL176.18º81.35%37.84%-
HSV(B)176.18º89.71%68.63%-
XYZ22.3733.5140.89-
YUV126.92149.4950.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.03%
GREEN value IS 175 (68.75% from 255) = 48.88%
BLUE value IS 165 (64.84% from 255) = 46.09%
R=5.03%
G=48.88%
B=46.09%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal181751650.9000.060.31176.1881.3537.84
Hex12AFA55A061Fb05126
Octal22257245132063726012146
Binary1001010101111101001011011010011011111101100001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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