Html Css Color HEX #12BAAE Light Sea Green

📋 copy color: '#12BAAE'

red 18 ◦ green 186 ◦ blue 174

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

Shades of Light Sea Green #12BAAE

Tints of Light Sea Green #12BAAE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.21%

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

R = 4.76%
G = 49.21%
B = 46.03%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#12BAAE (or 0x12BAAE) is known color: Light Sea Green. HEX triplet: 12, BA and AE. RGB value is (18,186,174). Sum of RGB (Red+Green+Blue) = 18+186+174=378 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.76% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #12BAAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BAAE is #ED4551. Grayscale: #868686. Windows color (decimal): -15549778 or 11450898. OLE color: 11450898.

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

Color convert

RGB 18 186 174 -
CMYK 0.90 0 0.06 0.27
HSL 175.71º 0.82% 0.4% -
HSV(B) 175.71º 0.9% 0.73% -
XYZ 25.45 38.3 46.1 -
YUV 134.4 150.34 44.98 -
System Red Green Blue C M Y K H S L
Decimal 18 186 174 0.90 0 0.06 0.27 175.71 0.82 0.4
Hex 12 BA AE 5A 0 6 1B B0 52 28
Octal 22 272 256 132 0 6 33 260 122 50
Binary 10010 10111010 10101110 1011010 0 110 11011 10110000 1010010 101000

Color Harmonies of #12BAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BAAE

Black with #12BAAE

Text Example


Text Example

White with #12BAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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