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

📋 copy color: '#12CFC4'

red 18 ◦ green 207 ◦ blue 196

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

Shades of Robin's Egg Blue #12CFC4

Tints of Robin's Egg Blue #12CFC4

RGB

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

 GREEN value IS 207 (81.25% from 255) = 49.17%

 BLUE value IS 196 (76.95% from 255) = 46.56%

R = 4.28%
G = 49.17%
B = 46.56%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#12CFC4 (or 0x12CFC4) is known color: Robin's Egg Blue. HEX triplet: 12, CF and C4. RGB value is (18,207,196). Sum of RGB (Red+Green+Blue) = 18+207+196=421 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.28% from 421); Green value is 207 (81.25% from 255 or 49.17% from 421); Blue value is 196 (76.95% from 255 or 46.56% from 421); Max value from RGB is 207 - color contains mainly: green. Hex color #12CFC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CFC4 is #ED303B. Grayscale: #959595. Windows color (decimal): -15544380 or 12898066. OLE color: 12898066.

HSL color Cylindrical-coordinate representation of color #12CFC4: hue angle of 176.51º 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 #12CFC4 is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 207 196 -
CMYK 0.91 0 0.05 0.19
HSL 176.51º 0.84% 0.44% -
HSV(B) 176.51º 0.91% 0.81% -
XYZ 32.53 48.74 59.92 -
YUV 149.24 154.38 34.39 -
System Red Green Blue C M Y K H S L
Decimal 18 207 196 0.91 0 0.05 0.19 176.51 0.84 0.44
Hex 12 CF C4 5B 0 5 13 B1 54 2C
Octal 22 317 304 133 0 5 23 261 124 54
Binary 10010 11001111 11000100 1011011 0 101 10011 10110001 1010100 101100

Color Harmonies of #12CFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CFC4

Black with #12CFC4

Text Example


Text Example

White with #12CFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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