Html Css Color HEX #12BAB2 Light Sea Green

📋 copy color: '#12BAB2'

red 18 ◦ green 186 ◦ blue 178

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

Shades of Light Sea Green #12BAB2

Tints of Light Sea Green #12BAB2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.69%

 BLUE value IS 178 (69.92% from 255) = 46.6%

R = 4.71%
G = 48.69%
B = 46.6%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#12BAB2 (or 0x12BAB2) is known color: Light Sea Green. HEX triplet: 12, BA and B2. RGB value is (18,186,178). Sum of RGB (Red+Green+Blue) = 18+186+178=382 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.71% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 178 (69.92% from 255 or 46.60% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #12BAB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BAB2 is #ED454D. Grayscale: #868686. Windows color (decimal): -15549774 or 11713042. OLE color: 11713042.

HSL color Cylindrical-coordinate representation of color #12BAB2: hue angle of 177.14º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BAB2 is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 186 178 -
CMYK 0.90 0 0.04 0.27
HSL 177.14º 0.82% 0.4% -
HSV(B) 177.14º 0.9% 0.73% -
XYZ 25.84 38.46 48.18 -
YUV 134.86 152.34 44.65 -
System Red Green Blue C M Y K H S L
Decimal 18 186 178 0.90 0 0.04 0.27 177.14 0.82 0.4
Hex 12 BA B2 5A 0 4 1B B1 52 28
Octal 22 272 262 132 0 4 33 261 122 50
Binary 10010 10111010 10110010 1011010 0 100 11011 10110001 1010010 101000

Color Harmonies of #12BAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BAB2

Black with #12BAB2

Text Example


Text Example

White with #12BAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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