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

📋 copy color: '#12C8BA'

red 18 ◦ green 200 ◦ blue 186

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

Shades of Robin's Egg Blue #12C8BA

Tints of Robin's Egg Blue #12C8BA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.5%

 BLUE value IS 186 (73.05% from 255) = 46.04%

R = 4.46%
G = 49.5%
B = 46.04%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#12C8BA (or 0x12C8BA) is known color: Robin's Egg Blue. HEX triplet: 12, C8 and BA. RGB value is (18,200,186). Sum of RGB (Red+Green+Blue) = 18+200+186=404 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.46% from 404); Green value is 200 (78.52% from 255 or 49.50% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 200 - color contains mainly: green. Hex color #12C8BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C8BA is #ED3745. Grayscale: #8F8F8F. Windows color (decimal): -15546182 or 12240914. OLE color: 12240914.

HSL color Cylindrical-coordinate representation of color #12C8BA: hue angle of 175.38º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C8BA is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 18 200 186 -
CMYK 0.91 0 0.07 0.22
HSL 175.38º 0.83% 0.43% -
HSV(B) 175.38º 0.91% 0.78% -
XYZ 29.77 44.98 53.57 -
YUV 143.99 151.7 38.14 -
System Red Green Blue C M Y K H S L
Decimal 18 200 186 0.91 0 0.07 0.22 175.38 0.83 0.43
Hex 12 C8 BA 5B 0 7 16 AF 53 2B
Octal 22 310 272 133 0 7 26 257 123 53
Binary 10010 11001000 10111010 1011011 0 111 10110 10101111 1010011 101011

Color Harmonies of #12C8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C8BA

Black with #12C8BA

Text Example


Text Example

White with #12C8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,200,186); }

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

background-color css

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

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

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

border-color css

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

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

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