Html Css Color HEX #12ABA5 Light Sea Green

📋 copy color: '#12ABA5'

red 18 ◦ green 171 ◦ blue 165

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

Shades of Light Sea Green #12ABA5

Tints of Light Sea Green #12ABA5

RGB

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

 GREEN value IS 171 (67.19% from 255) = 48.31%

 BLUE value IS 165 (64.84% from 255) = 46.61%

R = 5.08%
G = 48.31%
B = 46.61%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#12ABA5 (or 0x12ABA5) is known color: Light Sea Green. HEX triplet: 12, AB and A5. RGB value is (18,171,165). Sum of RGB (Red+Green+Blue) = 18+171+165=354 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.08% from 354); Green value is 171 (67.19% from 255 or 48.31% from 354); Blue value is 165 (64.84% from 255 or 46.61% from 354); Max value from RGB is 171 - color contains mainly: green. Hex color #12ABA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12ABA5 is #ED545A. Grayscale: #7C7C7C. Windows color (decimal): -15553627 or 10857234. OLE color: 10857234.

HSL color Cylindrical-coordinate representation of color #12ABA5: hue angle of 177.65º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12ABA5 is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 171 165 -
CMYK 0.89 0 0.04 0.33
HSL 177.65º 0.81% 0.37% -
HSV(B) 177.65º 0.89% 0.67% -
XYZ 21.6 31.97 40.63 -
YUV 124.57 150.81 51.99 -
System Red Green Blue C M Y K H S L
Decimal 18 171 165 0.89 0 0.04 0.33 177.65 0.81 0.37
Hex 12 AB A5 59 0 4 21 B2 51 25
Octal 22 253 245 131 0 4 41 262 121 45
Binary 10010 10101011 10100101 1011001 0 100 100001 10110010 1010001 100101

Color Harmonies of #12ABA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ABA5

Black with #12ABA5

Text Example


Text Example

White with #12ABA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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