Html Css Color HEX #12BCA6 Light Sea Green

📋 copy color: '#12BCA6'

red 18 ◦ green 188 ◦ blue 166

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

Shades of Light Sea Green #12BCA6

Tints of Light Sea Green #12BCA6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.54%

 BLUE value IS 166 (65.23% from 255) = 44.62%

R = 4.84%
G = 50.54%
B = 44.62%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#12BCA6 (or 0x12BCA6) is known color: Light Sea Green. HEX triplet: 12, BC and A6. RGB value is (18,188,166). Sum of RGB (Red+Green+Blue) = 18+188+166=372 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.84% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 166 (65.23% from 255 or 44.62% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #12BCA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BCA6 is #ED4359. Grayscale: #868686. Windows color (decimal): -15549274 or 10927122. OLE color: 10927122.

HSL color Cylindrical-coordinate representation of color #12BCA6: hue angle of 172.24º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BCA6 is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 188 166 -
CMYK 0.90 0 0.12 0.26
HSL 172.24º 0.83% 0.4% -
HSV(B) 172.24º 0.9% 0.74% -
XYZ 25.12 38.85 42.25 -
YUV 134.66 145.68 44.79 -
System Red Green Blue C M Y K H S L
Decimal 18 188 166 0.90 0 0.12 0.26 172.24 0.83 0.4
Hex 12 BC A6 5A 0 C 1A AC 53 28
Octal 22 274 246 132 0 14 32 254 123 50
Binary 10010 10111100 10100110 1011010 0 1100 11010 10101100 1010011 101000

Color Harmonies of #12BCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BCA6

Black with #12BCA6

Text Example


Text Example

White with #12BCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,188,166); }

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

background-color css

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

 a { background-color: rgb(18,188,166); }

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

border-color css

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

 span { border-color: rgb(18,188,166); }

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