Html Css Color HEX #12BEA2 Light Sea Green

📋 copy color: '#12BEA2'

red 18 ◦ green 190 ◦ blue 162

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

Shades of Light Sea Green #12BEA2

Tints of Light Sea Green #12BEA2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 51.35%

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

R = 4.86%
G = 51.35%
B = 43.78%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#12BEA2 (or 0x12BEA2) is known color: Light Sea Green. HEX triplet: 12, BE and A2. RGB value is (18,190,162). Sum of RGB (Red+Green+Blue) = 18+190+162=370 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.86% from 370); Green value is 190 (74.61% from 255 or 51.35% from 370); Blue value is 162 (63.67% from 255 or 43.78% from 370); Max value from RGB is 190 - color contains mainly: green. Hex color #12BEA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BEA2 is #ED415D. Grayscale: #878787. Windows color (decimal): -15548766 or 10665490. OLE color: 10665490.

HSL color Cylindrical-coordinate representation of color #12BEA2: hue angle of 170.23º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BEA2 is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 190 162 -
CMYK 0.91 0 0.15 0.25
HSL 170.23º 0.83% 0.41% -
HSV(B) 170.23º 0.91% 0.75% -
XYZ 25.18 39.56 40.49 -
YUV 135.38 143.02 44.28 -
System Red Green Blue C M Y K H S L
Decimal 18 190 162 0.91 0 0.15 0.25 170.23 0.83 0.41
Hex 12 BE A2 5B 0 F 19 AA 53 29
Octal 22 276 242 133 0 17 31 252 123 51
Binary 10010 10111110 10100010 1011011 0 1111 11001 10101010 1010011 101001

Color Harmonies of #12BEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BEA2

Black with #12BEA2

Text Example


Text Example

White with #12BEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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