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

📋 copy color: '#12C5D0'

red 18 ◦ green 197 ◦ blue 208

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

Shades of Robin's Egg Blue #12C5D0

Tints of Robin's Egg Blue #12C5D0

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.57%

 BLUE value IS 208 (81.64% from 255) = 49.17%

R = 4.26%
G = 46.57%
B = 49.17%

CMYK

 C value IS 0.91

 M value IS 0.05

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#12C5D0 (or 0x12C5D0) is known color: Robin's Egg Blue. HEX triplet: 12, C5 and D0. RGB value is (18,197,208). Sum of RGB (Red+Green+Blue) = 18+197+208=423 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.26% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 208 - color contains mainly: blue. Hex color #12C5D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C5D0 is #ED3A2F. Grayscale: #909090. Windows color (decimal): -15546928 or 13681938. OLE color: 13681938.

HSL color Cylindrical-coordinate representation of color #12C5D0: hue angle of 183.47º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C5D0 is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 18 197 208 -
CMYK 0.91 0.05 0 0.18
HSL 183.47º 0.84% 0.44% -
HSV(B) 183.47º 0.91% 0.82% -
XYZ 31.6 44.62 66.62 -
YUV 144.73 163.7 37.61 -
System Red Green Blue C M Y K H S L
Decimal 18 197 208 0.91 0.05 0 0.18 183.47 0.84 0.44
Hex 12 C5 D0 5B 5 0 12 B7 54 2C
Octal 22 305 320 133 5 0 22 267 124 54
Binary 10010 11000101 11010000 1011011 101 0 10010 10110111 1010100 101100

Color Harmonies of #12C5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C5D0

Black with #12C5D0

Text Example


Text Example

White with #12C5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,197,208); }

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

background-color css

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

 a { background-color: rgb(18,197,208); }

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

border-color css

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

 span { border-color: rgb(18,197,208); }

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