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

📋 copy color: '#12C3CF'

red 18 ◦ green 195 ◦ blue 207

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

Shades of Robin's Egg Blue #12C3CF

Tints of Robin's Egg Blue #12C3CF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.43%

 BLUE value IS 207 (81.25% from 255) = 49.29%

R = 4.29%
G = 46.43%
B = 49.29%

CMYK

 C value IS 0.91

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#12C3CF (or 0x12C3CF) is known color: Robin's Egg Blue. HEX triplet: 12, C3 and CF. RGB value is (18,195,207). Sum of RGB (Red+Green+Blue) = 18+195+207=420 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.29% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #12C3CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C3CF is #ED3C30. Grayscale: #8F8F8F. Windows color (decimal): -15547441 or 13615890. OLE color: 13615890.

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

Color convert

RGB 18 195 207 -
CMYK 0.91 0.06 0 0.19
HSL 183.81º 0.84% 0.44% -
HSV(B) 183.81º 0.91% 0.81% -
XYZ 31.03 43.66 65.82 -
YUV 143.45 163.86 38.52 -
System Red Green Blue C M Y K H S L
Decimal 18 195 207 0.91 0.06 0 0.19 183.81 0.84 0.44
Hex 12 C3 CF 5B 6 0 13 B8 54 2C
Octal 22 303 317 133 6 0 23 270 124 54
Binary 10010 11000011 11001111 1011011 110 0 10011 10111000 1010100 101100

Color Harmonies of #12C3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C3CF

Black with #12C3CF

Text Example


Text Example

White with #12C3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,195,207); }

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

background-color css

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

 a { background-color: rgb(18,195,207); }

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

border-color css

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

 span { border-color: rgb(18,195,207); }

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