Html Css Color HEX #12B0A2 Light Sea Green

📋 copy color: '#12B0A2'

red 18 ◦ green 176 ◦ blue 162

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

Shades of Light Sea Green #12B0A2

Tints of Light Sea Green #12B0A2

RGB

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

 GREEN value IS 176 (69.14% from 255) = 49.44%

 BLUE value IS 162 (63.67% from 255) = 45.51%

R = 5.06%
G = 49.44%
B = 45.51%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#12B0A2 (or 0x12B0A2) is known color: Light Sea Green. HEX triplet: 12, B0 and A2. RGB value is (18,176,162). Sum of RGB (Red+Green+Blue) = 18+176+162=356 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.06% from 356); Green value is 176 (69.14% from 255 or 49.44% from 356); Blue value is 162 (63.67% from 255 or 45.51% from 356); Max value from RGB is 176 - color contains mainly: green. Hex color #12B0A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12B0A2 is #ED4F5D. Grayscale: #7F7F7F. Windows color (decimal): -15552350 or 10661906. OLE color: 10661906.

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

Color convert

RGB 18 176 162 -
CMYK 0.90 0 0.08 0.31
HSL 174.68º 0.81% 0.38% -
HSV(B) 174.68º 0.9% 0.69% -
XYZ 22.3 33.79 39.53 -
YUV 127.16 147.65 50.14 -
System Red Green Blue C M Y K H S L
Decimal 18 176 162 0.90 0 0.08 0.31 174.68 0.81 0.38
Hex 12 B0 A2 5A 0 8 1F AF 51 26
Octal 22 260 242 132 0 10 37 257 121 46
Binary 10010 10110000 10100010 1011010 0 1000 11111 10101111 1010001 100110

Color Harmonies of #12B0A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B0A2

Black with #12B0A2

Text Example


Text Example

White with #12B0A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,176,162); }

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

background-color css

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

 a { background-color: rgb(18,176,162); }

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

border-color css

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

 span { border-color: rgb(18,176,162); }

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