Html Css Color HEX #12BDA9 Light Sea Green

📋 copy color: '#12BDA9'

red 18 ◦ green 189 ◦ blue 169

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

Shades of Light Sea Green #12BDA9

Tints of Light Sea Green #12BDA9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50.27%

 BLUE value IS 169 (66.41% from 255) = 44.95%

R = 4.79%
G = 50.27%
B = 44.95%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#12BDA9 (or 0x12BDA9) is known color: Light Sea Green. HEX triplet: 12, BD and A9. RGB value is (18,189,169). Sum of RGB (Red+Green+Blue) = 18+189+169=376 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.79% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 169 (66.41% from 255 or 44.95% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #12BDA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BDA9 is #ED4256. Grayscale: #878787. Windows color (decimal): -15549015 or 11123986. OLE color: 11123986.

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

Color convert

RGB 18 189 169 -
CMYK 0.90 0 0.11 0.26
HSL 172.98º 0.83% 0.41% -
HSV(B) 172.98º 0.9% 0.74% -
XYZ 25.61 39.39 43.79 -
YUV 135.59 146.85 44.13 -
System Red Green Blue C M Y K H S L
Decimal 18 189 169 0.90 0 0.11 0.26 172.98 0.83 0.41
Hex 12 BD A9 5A 0 B 1A AD 53 29
Octal 22 275 251 132 0 13 32 255 123 51
Binary 10010 10111101 10101001 1011010 0 1011 11010 10101101 1010011 101001

Color Harmonies of #12BDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BDA9

Black with #12BDA9

Text Example


Text Example

White with #12BDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,189,169); }

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

background-color css

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

 a { background-color: rgb(18,189,169); }

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

border-color css

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

 span { border-color: rgb(18,189,169); }

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