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

📋 copy color: '#12D4CC'

red 18 ◦ green 212 ◦ blue 204

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

Shades of Robin's Egg Blue #12D4CC

Tints of Robin's Egg Blue #12D4CC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.85%

 BLUE value IS 204 (80.08% from 255) = 47%

R = 4.15%
G = 48.85%
B = 47%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#12D4CC (or 0x12D4CC) is known color: Robin's Egg Blue. HEX triplet: 12, D4 and CC. RGB value is (18,212,204). Sum of RGB (Red+Green+Blue) = 18+212+204=434 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.15% from 434); Green value is 212 (83.20% from 255 or 48.85% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 212 - color contains mainly: green. Hex color #12D4CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D4CC is #ED2B33. Grayscale: #989898. Windows color (decimal): -15543092 or 13423634. OLE color: 13423634.

HSL color Cylindrical-coordinate representation of color #12D4CC: hue angle of 177.53º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D4CC is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 18 212 204 -
CMYK 0.92 0 0.04 0.17
HSL 177.53º 0.84% 0.45% -
HSV(B) 177.53º 0.92% 0.83% -
XYZ 34.69 51.58 65.25 -
YUV 153.08 156.73 31.65 -
System Red Green Blue C M Y K H S L
Decimal 18 212 204 0.92 0 0.04 0.17 177.53 0.84 0.45
Hex 12 D4 CC 5C 0 4 11 B2 54 2D
Octal 22 324 314 134 0 4 21 262 124 55
Binary 10010 11010100 11001100 1011100 0 100 10001 10110010 1010100 101101

Color Harmonies of #12D4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D4CC

Black with #12D4CC

Text Example


Text Example

White with #12D4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,212,204); }

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

background-color css

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

 a { background-color: rgb(18,212,204); }

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

border-color css

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

 span { border-color: rgb(18,212,204); }

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