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

📋 copy color: '#12CDB5'

red 18 ◦ green 205 ◦ blue 181

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

Shades of Robin's Egg Blue #12CDB5

Tints of Robin's Egg Blue #12CDB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.8%

R = 4.46%
G = 50.74%
B = 44.8%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#12CDB5 (or 0x12CDB5) is known color: Robin's Egg Blue. HEX triplet: 12, CD and B5. RGB value is (18,205,181). Sum of RGB (Red+Green+Blue) = 18+205+181=404 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.46% from 404); Green value is 205 (80.47% from 255 or 50.74% from 404); Blue value is 181 (71.09% from 255 or 44.80% from 404); Max value from RGB is 205 - color contains mainly: green. Hex color #12CDB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CDB5 is #ED324A. Grayscale: #929292. Windows color (decimal): -15544907 or 11914514. OLE color: 11914514.

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

Color convert

RGB 18 205 181 -
CMYK 0.91 0 0.12 0.20
HSL 172.3º 0.84% 0.44% -
HSV(B) 172.3º 0.91% 0.8% -
XYZ 30.42 47.13 51.21 -
YUV 146.35 147.55 36.45 -
System Red Green Blue C M Y K H S L
Decimal 18 205 181 0.91 0 0.12 0.20 172.3 0.84 0.44
Hex 12 CD B5 5B 0 C 14 AC 54 2C
Octal 22 315 265 133 0 14 24 254 124 54
Binary 10010 11001101 10110101 1011011 0 1100 10100 10101100 1010100 101100

Color Harmonies of #12CDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CDB5

Black with #12CDB5

Text Example


Text Example

White with #12CDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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