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

📋 copy color: '#12DCB8'

red 18 ◦ green 220 ◦ blue 184

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

Shades of Robin's Egg Blue #12DCB8

Tints of Robin's Egg Blue #12DCB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 43.6%

R = 4.27%
G = 52.13%
B = 43.6%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#12DCB8 (or 0x12DCB8) is known color: Robin's Egg Blue. HEX triplet: 12, DC and B8. RGB value is (18,220,184). Sum of RGB (Red+Green+Blue) = 18+220+184=422 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.27% from 422); Green value is 220 (86.33% from 255 or 52.13% from 422); Blue value is 184 (72.27% from 255 or 43.60% from 422); Max value from RGB is 220 - color contains mainly: green. Hex color #12DCB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DCB8 is #ED2347. Grayscale: #9B9B9B. Windows color (decimal): -15541064 or 12114962. OLE color: 12114962.

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

Color convert

RGB 18 220 184 -
CMYK 0.92 0 0.16 0.14
HSL 169.31º 0.85% 0.47% -
HSV(B) 169.31º 0.92% 0.86% -
XYZ 34.49 54.78 54.1 -
YUV 155.5 144.08 29.93 -
System Red Green Blue C M Y K H S L
Decimal 18 220 184 0.92 0 0.16 0.14 169.31 0.85 0.47
Hex 12 DC B8 5C 0 10 E A9 55 2F
Octal 22 334 270 134 0 20 16 251 125 57
Binary 10010 11011100 10111000 1011100 0 10000 1110 10101001 1010101 101111

Color Harmonies of #12DCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DCB8

Black with #12DCB8

Text Example


Text Example

White with #12DCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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