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

📋 copy color: '#12CDBC'

red 18 ◦ green 205 ◦ blue 188

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

Shades of Robin's Egg Blue #12CDBC

Tints of Robin's Egg Blue #12CDBC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 49.88%

 BLUE value IS 188 (73.83% from 255) = 45.74%

R = 4.38%
G = 49.88%
B = 45.74%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#12CDBC (or 0x12CDBC) is known color: Robin's Egg Blue. HEX triplet: 12, CD and BC. RGB value is (18,205,188). Sum of RGB (Red+Green+Blue) = 18+205+188=411 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.38% from 411); Green value is 205 (80.47% from 255 or 49.88% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 205 - color contains mainly: green. Hex color #12CDBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CDBC is #ED3243. Grayscale: #939393. Windows color (decimal): -15544900 or 12373266. OLE color: 12373266.

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

Color convert

RGB 18 205 188 -
CMYK 0.91 0 0.08 0.20
HSL 174.55º 0.84% 0.44% -
HSV(B) 174.55º 0.91% 0.8% -
XYZ 31.16 47.42 55.09 -
YUV 147.15 151.05 35.88 -
System Red Green Blue C M Y K H S L
Decimal 18 205 188 0.91 0 0.08 0.20 174.55 0.84 0.44
Hex 12 CD BC 5B 0 8 14 AF 54 2C
Octal 22 315 274 133 0 10 24 257 124 54
Binary 10010 11001101 10111100 1011011 0 1000 10100 10101111 1010100 101100

Color Harmonies of #12CDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CDBC

Black with #12CDBC

Text Example


Text Example

White with #12CDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,205,188); }

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

background-color css

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

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

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

border-color css

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

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

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