Html Css Color HEX #12BDAE Light Sea Green

📋 copy color: '#12BDAE'

red 18 ◦ green 189 ◦ blue 174

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

Shades of Light Sea Green #12BDAE

Tints of Light Sea Green #12BDAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.67%

R = 4.72%
G = 49.61%
B = 45.67%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#12BDAE (or 0x12BDAE) is known color: Light Sea Green. HEX triplet: 12, BD and AE. RGB value is (18,189,174). Sum of RGB (Red+Green+Blue) = 18+189+174=381 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.72% from 381); Green value is 189 (74.22% from 255 or 49.61% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 189 - color contains mainly: green. Hex color #12BDAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BDAE is #ED4251. Grayscale: #888888. Windows color (decimal): -15549010 or 11451666. OLE color: 11451666.

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

Color convert

RGB 18 189 174 -
CMYK 0.90 0 0.08 0.26
HSL 174.74º 0.83% 0.41% -
HSV(B) 174.74º 0.9% 0.74% -
XYZ 26.09 39.58 46.31 -
YUV 136.16 149.35 43.72 -
System Red Green Blue C M Y K H S L
Decimal 18 189 174 0.90 0 0.08 0.26 174.74 0.83 0.41
Hex 12 BD AE 5A 0 8 1A AF 53 29
Octal 22 275 256 132 0 10 32 257 123 51
Binary 10010 10111101 10101110 1011010 0 1000 11010 10101111 1010011 101001

Color Harmonies of #12BDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BDAE

Black with #12BDAE

Text Example


Text Example

White with #12BDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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