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

📋 copy color: '#12DBBE'

red 18 ◦ green 219 ◦ blue 190

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

Shades of Robin's Egg Blue #12DBBE

Tints of Robin's Egg Blue #12DBBE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 51.29%

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

R = 4.22%
G = 51.29%
B = 44.5%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#12DBBE (or 0x12DBBE) is known color: Robin's Egg Blue. HEX triplet: 12, DB and BE. RGB value is (18,219,190). Sum of RGB (Red+Green+Blue) = 18+219+190=427 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.22% from 427); Green value is 219 (85.94% from 255 or 51.29% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 219 - color contains mainly: green. Hex color #12DBBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DBBE is #ED2441. Grayscale: #9B9B9B. Windows color (decimal): -15541314 or 12507922. OLE color: 12507922.

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

Color convert

RGB 18 219 190 -
CMYK 0.92 0 0.13 0.14
HSL 171.34º 0.85% 0.46% -
HSV(B) 171.34º 0.92% 0.86% -
XYZ 34.88 54.51 57.4 -
YUV 155.6 147.41 29.86 -
System Red Green Blue C M Y K H S L
Decimal 18 219 190 0.92 0 0.13 0.14 171.34 0.85 0.46
Hex 12 DB BE 5C 0 D E AB 55 2E
Octal 22 333 276 134 0 15 16 253 125 56
Binary 10010 11011011 10111110 1011100 0 1101 1110 10101011 1010101 101110

Color Harmonies of #12DBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DBBE

Black with #12DBBE

Text Example


Text Example

White with #12DBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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