Html Css Color HEX #12DCBA Robin's Egg Blue

📋 copy color: '#12DCBA'

red 18 ◦ green 220 ◦ blue 186

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

Shades of Robin's Egg Blue #12DCBA

Tints of Robin's Egg Blue #12DCBA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 51.89%

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

R = 4.25%
G = 51.89%
B = 43.87%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#12DCBA (or 0x12DCBA) is known color: Robin's Egg Blue. HEX triplet: 12, DC and BA. RGB value is (18,220,186). Sum of RGB (Red+Green+Blue) = 18+220+186=424 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.25% from 424); Green value is 220 (86.33% from 255 or 51.89% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 220 - color contains mainly: green. Hex color #12DCBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DCBA is #ED2345. Grayscale: #9B9B9B. Windows color (decimal): -15541062 or 12246034. OLE color: 12246034.

HSL color Cylindrical-coordinate representation of color #12DCBA: hue angle of 169.9º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DCBA is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 220 186 -
CMYK 0.92 0 0.15 0.14
HSL 169.9º 0.85% 0.47% -
HSV(B) 169.9º 0.92% 0.86% -
XYZ 34.71 54.86 55.21 -
YUV 155.73 145.08 29.76 -
System Red Green Blue C M Y K H S L
Decimal 18 220 186 0.92 0 0.15 0.14 169.9 0.85 0.47
Hex 12 DC BA 5C 0 F E AA 55 2F
Octal 22 334 272 134 0 17 16 252 125 57
Binary 10010 11011100 10111010 1011100 0 1111 1110 10101010 1010101 101111

Color Harmonies of #12DCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DCBA

Black with #12DCBA

Text Example


Text Example

White with #12DCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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