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

📋 copy color: '#12CEBE'

red 18 ◦ green 206 ◦ blue 190

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

Shades of Robin's Egg Blue #12CEBE

Tints of Robin's Egg Blue #12CEBE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 49.76%

 BLUE value IS 190 (74.61% from 255) = 45.89%

R = 4.35%
G = 49.76%
B = 45.89%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#12CEBE (or 0x12CEBE) is known color: Robin's Egg Blue. HEX triplet: 12, CE and BE. RGB value is (18,206,190). Sum of RGB (Red+Green+Blue) = 18+206+190=414 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.35% from 414); Green value is 206 (80.86% from 255 or 49.76% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 206 - color contains mainly: green. Hex color #12CEBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CEBE is #ED3141. Grayscale: #939393. Windows color (decimal): -15544642 or 12504594. OLE color: 12504594.

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

Color convert

RGB 18 206 190 -
CMYK 0.91 0 0.08 0.19
HSL 174.89º 0.84% 0.44% -
HSV(B) 174.89º 0.91% 0.81% -
XYZ 31.62 47.99 56.31 -
YUV 147.96 151.72 35.3 -
System Red Green Blue C M Y K H S L
Decimal 18 206 190 0.91 0 0.08 0.19 174.89 0.84 0.44
Hex 12 CE BE 5B 0 8 13 AF 54 2C
Octal 22 316 276 133 0 10 23 257 124 54
Binary 10010 11001110 10111110 1011011 0 1000 10011 10101111 1010100 101100

Color Harmonies of #12CEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CEBE

Black with #12CEBE

Text Example


Text Example

White with #12CEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,206,190); }

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

background-color css

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

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

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

border-color css

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

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

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