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

📋 copy color: '#12DACA'

red 18 ◦ green 218 ◦ blue 202

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

Shades of Robin's Egg Blue #12DACA

Tints of Robin's Egg Blue #12DACA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.77%

 BLUE value IS 202 (79.3% from 255) = 46.12%

R = 4.11%
G = 49.77%
B = 46.12%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#12DACA (or 0x12DACA) is known color: Robin's Egg Blue. HEX triplet: 12, DA and CA. RGB value is (18,218,202). Sum of RGB (Red+Green+Blue) = 18+218+202=438 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.11% from 438); Green value is 218 (85.55% from 255 or 49.77% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 218 - color contains mainly: green. Hex color #12DACA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DACA is #ED2535. Grayscale: #9C9C9C. Windows color (decimal): -15541558 or 13294098. OLE color: 13294098.

HSL color Cylindrical-coordinate representation of color #12DACA: hue angle of 175.2º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DACA is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 18 218 202 -
CMYK 0.92 0 0.07 0.15
HSL 175.2º 0.85% 0.46% -
HSV(B) 175.2º 0.92% 0.85% -
XYZ 35.98 54.54 64.51 -
YUV 156.38 153.74 29.3 -
System Red Green Blue C M Y K H S L
Decimal 18 218 202 0.92 0 0.07 0.15 175.2 0.85 0.46
Hex 12 DA CA 5C 0 7 F AF 55 2E
Octal 22 332 312 134 0 7 17 257 125 56
Binary 10010 11011010 11001010 1011100 0 111 1111 10101111 1010101 101110

Color Harmonies of #12DACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DACA

Black with #12DACA

Text Example


Text Example

White with #12DACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,218,202); }

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

background-color css

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

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

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

border-color css

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

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

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