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

📋 copy color: '#12DCBF'

red 18 ◦ green 220 ◦ blue 191

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

Shades of Robin's Egg Blue #12DCBF

Tints of Robin's Egg Blue #12DCBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.52%

R = 4.2%
G = 51.28%
B = 44.52%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#12DCBF (or 0x12DCBF) is known color: Robin's Egg Blue. HEX triplet: 12, DC and BF. RGB value is (18,220,191). Sum of RGB (Red+Green+Blue) = 18+220+191=429 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.20% from 429); Green value is 220 (86.33% from 255 or 51.28% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 220 - color contains mainly: green. Hex color #12DCBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DCBF is #ED2340. Grayscale: #9C9C9C. Windows color (decimal): -15541057 or 12573714. OLE color: 12573714.

HSL color Cylindrical-coordinate representation of color #12DCBF: hue angle of 171.39º 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 #12DCBF is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 220 191 -
CMYK 0.92 0 0.13 0.14
HSL 171.39º 0.85% 0.47% -
HSV(B) 171.39º 0.92% 0.86% -
XYZ 35.25 55.08 58.06 -
YUV 156.3 147.58 29.36 -
System Red Green Blue C M Y K H S L
Decimal 18 220 191 0.92 0 0.13 0.14 171.39 0.85 0.47
Hex 12 DC BF 5C 0 D E AB 55 2F
Octal 22 334 277 134 0 15 16 253 125 57
Binary 10010 11011100 10111111 1011100 0 1101 1110 10101011 1010101 101111

Color Harmonies of #12DCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DCBF

Black with #12DCBF

Text Example


Text Example

White with #12DCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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