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

📋 copy color: '#12D3CB'

red 18 ◦ green 211 ◦ blue 203

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

Shades of Robin's Egg Blue #12D3CB

Tints of Robin's Egg Blue #12D3CB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.84%

 BLUE value IS 203 (79.69% from 255) = 46.99%

R = 4.17%
G = 48.84%
B = 46.99%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#12D3CB (or 0x12D3CB) is known color: Robin's Egg Blue. HEX triplet: 12, D3 and CB. RGB value is (18,211,203). Sum of RGB (Red+Green+Blue) = 18+211+203=432 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.17% from 432); Green value is 211 (82.81% from 255 or 48.84% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 211 - color contains mainly: green. Hex color #12D3CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D3CB is #ED2C34. Grayscale: #989898. Windows color (decimal): -15543349 or 13357842. OLE color: 13357842.

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

Color convert

RGB 18 211 203 -
CMYK 0.91 0 0.04 0.17
HSL 177.51º 0.84% 0.45% -
HSV(B) 177.51º 0.91% 0.83% -
XYZ 34.32 51.03 64.54 -
YUV 152.38 156.56 32.15 -
System Red Green Blue C M Y K H S L
Decimal 18 211 203 0.91 0 0.04 0.17 177.51 0.84 0.45
Hex 12 D3 CB 5B 0 4 11 B2 54 2D
Octal 22 323 313 133 0 4 21 262 124 55
Binary 10010 11010011 11001011 1011011 0 100 10001 10110010 1010100 101101

Color Harmonies of #12D3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D3CB

Black with #12D3CB

Text Example


Text Example

White with #12D3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,211,203); }

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

background-color css

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

 a { background-color: rgb(18,211,203); }

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

border-color css

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

 span { border-color: rgb(18,211,203); }

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