Html Css Color HEX #12B2A5 Light Sea Green

📋 copy color: '#12B2A5'

red 18 ◦ green 178 ◦ blue 165

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

Shades of Light Sea Green #12B2A5

Tints of Light Sea Green #12B2A5

RGB

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

 GREEN value IS 178 (69.92% from 255) = 49.31%

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

R = 4.99%
G = 49.31%
B = 45.71%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#12B2A5 (or 0x12B2A5) is known color: Light Sea Green. HEX triplet: 12, B2 and A5. RGB value is (18,178,165). Sum of RGB (Red+Green+Blue) = 18+178+165=361 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.99% from 361); Green value is 178 (69.92% from 255 or 49.31% from 361); Blue value is 165 (64.84% from 255 or 45.71% from 361); Max value from RGB is 178 - color contains mainly: green. Hex color #12B2A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12B2A5 is #ED4D5A. Grayscale: #808080. Windows color (decimal): -15551835 or 10859026. OLE color: 10859026.

HSL color Cylindrical-coordinate representation of color #12B2A5: hue angle of 175.12º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B2A5 is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB 18 178 165 -
CMYK 0.90 0 0.07 0.30
HSL 175.13º 0.82% 0.38% -
HSV(B) 175.13º 0.9% 0.7% -
XYZ 22.96 34.69 41.08 -
YUV 128.68 148.49 49.06 -
System Red Green Blue C M Y K H S L
Decimal 18 178 165 0.90 0 0.07 0.30 175.13 0.82 0.38
Hex 12 B2 A5 5A 0 7 1E AF 52 26
Octal 22 262 245 132 0 7 36 257 122 46
Binary 10010 10110010 10100101 1011010 0 111 11110 10101111 1010010 100110

Color Harmonies of #12B2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B2A5

Black with #12B2A5

Text Example


Text Example

White with #12B2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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