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

📋 copy color: '#12CCCC'

red 18 ◦ green 204 ◦ blue 204

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

Shades of Robin's Egg Blue #12CCCC

Tints of Robin's Egg Blue #12CCCC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.89%

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

R = 4.23%
G = 47.89%
B = 47.89%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#12CCCC (or 0x12CCCC) is known color: Robin's Egg Blue. HEX triplet: 12, CC and CC. RGB value is (18,204,204). Sum of RGB (Red+Green+Blue) = 18+204+204=426 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.23% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #12CCCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CCCC is #ED3333. Grayscale: #949494. Windows color (decimal): -15545140 or 13421586. OLE color: 13421586.

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

Color convert

RGB 18 204 204 -
CMYK 0.91 0 0 0.2
HSL 180º 0.84% 0.44% -
HSV(B) 180º 0.91% 0.8% -
XYZ 32.74 47.67 64.6 -
YUV 148.39 159.38 35 -
System Red Green Blue C M Y K H S L
Decimal 18 204 204 0.91 0 0 0.2 180 0.84 0.44
Hex 12 CC CC 5B 0 0 14 B4 54 2C
Octal 22 314 314 133 0 0 24 264 124 54
Binary 10010 11001100 11001100 1011011 0 0 10100 10110100 1010100 101100

Color Harmonies of #12CCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CCCC

Black with #12CCCC

Text Example


Text Example

White with #12CCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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