Html Css Color HEX #12BBA4 Light Sea Green

📋 copy color: '#12BBA4'

red 18 ◦ green 187 ◦ blue 164

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

Shades of Light Sea Green #12BBA4

Tints of Light Sea Green #12BBA4

RGB

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

 GREEN value IS 187 (73.44% from 255) = 50.68%

 BLUE value IS 164 (64.45% from 255) = 44.44%

R = 4.88%
G = 50.68%
B = 44.44%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#12BBA4 (or 0x12BBA4) is known color: Light Sea Green. HEX triplet: 12, BB and A4. RGB value is (18,187,164). Sum of RGB (Red+Green+Blue) = 18+187+164=369 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.88% from 369); Green value is 187 (73.44% from 255 or 50.68% from 369); Blue value is 164 (64.45% from 255 or 44.44% from 369); Max value from RGB is 187 - color contains mainly: green. Hex color #12BBA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BBA4 is #ED445B. Grayscale: #858585. Windows color (decimal): -15549532 or 10795794. OLE color: 10795794.

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

Color convert

RGB 18 187 164 -
CMYK 0.90 0 0.12 0.27
HSL 171.83º 0.82% 0.4% -
HSV(B) 171.83º 0.9% 0.73% -
XYZ 24.72 38.35 41.22 -
YUV 133.85 145.01 45.37 -
System Red Green Blue C M Y K H S L
Decimal 18 187 164 0.90 0 0.12 0.27 171.83 0.82 0.4
Hex 12 BB A4 5A 0 C 1B AC 52 28
Octal 22 273 244 132 0 14 33 254 122 50
Binary 10010 10111011 10100100 1011010 0 1100 11011 10101100 1010010 101000

Color Harmonies of #12BBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BBA4

Black with #12BBA4

Text Example


Text Example

White with #12BBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,187,164); }

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

background-color css

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

 a { background-color: rgb(18,187,164); }

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

border-color css

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

 span { border-color: rgb(18,187,164); }

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