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

📋 copy color: '#12DFBC'

red 18 ◦ green 223 ◦ blue 188

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

Shades of Robin's Egg Blue #12DFBC

Tints of Robin's Egg Blue #12DFBC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 51.98%

 BLUE value IS 188 (73.83% from 255) = 43.82%

R = 4.2%
G = 51.98%
B = 43.82%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#12DFBC (or 0x12DFBC) is known color: Robin's Egg Blue. HEX triplet: 12, DF and BC. RGB value is (18,223,188). Sum of RGB (Red+Green+Blue) = 18+223+188=429 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.20% from 429); Green value is 223 (87.5% from 255 or 51.98% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 223 - color contains mainly: green. Hex color #12DFBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DFBC is #ED2043. Grayscale: #9D9D9D. Windows color (decimal): -15540292 or 12377874. OLE color: 12377874.

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

Color convert

RGB 18 223 188 -
CMYK 0.92 0 0.16 0.13
HSL 169.76º 0.85% 0.47% -
HSV(B) 169.76º 0.92% 0.87% -
XYZ 35.71 56.53 56.61 -
YUV 157.72 145.08 28.35 -
System Red Green Blue C M Y K H S L
Decimal 18 223 188 0.92 0 0.16 0.13 169.76 0.85 0.47
Hex 12 DF BC 5C 0 10 D AA 55 2F
Octal 22 337 274 134 0 20 15 252 125 57
Binary 10010 11011111 10111100 1011100 0 10000 1101 10101010 1010101 101111

Color Harmonies of #12DFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DFBC

Black with #12DFBC

Text Example


Text Example

White with #12DFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,223,188); }

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

background-color css

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

 a { background-color: rgb(18,223,188); }

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

border-color css

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

 span { border-color: rgb(18,223,188); }

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