Html Css Color HEX #12BCBA Light Sea Green

📋 copy color: '#12BCBA'

red 18 ◦ green 188 ◦ blue 186

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

Shades of Light Sea Green #12BCBA

Tints of Light Sea Green #12BCBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.45%

R = 4.59%
G = 47.96%
B = 47.45%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#12BCBA (or 0x12BCBA) is known color: Light Sea Green. HEX triplet: 12, BC and BA. RGB value is (18,188,186). Sum of RGB (Red+Green+Blue) = 18+188+186=392 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.59% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 188 - color contains mainly: green. Hex color #12BCBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BCBA is #ED4345. Grayscale: #888888. Windows color (decimal): -15549254 or 12237842. OLE color: 12237842.

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

Color convert

RGB 18 188 186 -
CMYK 0.90 0 0.01 0.26
HSL 179.29º 0.83% 0.4% -
HSV(B) 179.29º 0.9% 0.74% -
XYZ 27.1 39.64 52.68 -
YUV 136.94 155.68 43.16 -
System Red Green Blue C M Y K H S L
Decimal 18 188 186 0.90 0 0.01 0.26 179.29 0.83 0.4
Hex 12 BC BA 5A 0 1 1A B3 53 28
Octal 22 274 272 132 0 1 32 263 123 50
Binary 10010 10111100 10111010 1011010 0 1 11010 10110011 1010011 101000

Color Harmonies of #12BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BCBA

Black with #12BCBA

Text Example


Text Example

White with #12BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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