Html Css Color HEX #0CD7C1 Robin's Egg Blue

📋 copy color: '#0CD7C1'

red 12 ◦ green 215 ◦ blue 193

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

Shades of Robin's Egg Blue #0CD7C1

Tints of Robin's Egg Blue #0CD7C1

RGB

 RED value IS 12 (5.08% from 255) = 2.86%

 GREEN value IS 215 (84.38% from 255) = 51.19%

 BLUE value IS 193 (75.78% from 255) = 45.95%

R = 2.86%
G = 51.19%
B = 45.95%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#0CD7C1 (or 0x0CD7C1) is known color: Robin's Egg Blue. HEX triplet: 0C, D7 and C1. RGB value is (12,215,193). Sum of RGB (Red+Green+Blue) = 12+215+193=420 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.86% from 420); Green value is 215 (84.38% from 255 or 51.19% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 215 - color contains mainly: green. Hex color #0CD7C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CD7C1 is #F3283E. Grayscale: #979797. Windows color (decimal): -15935551 or 12703500. OLE color: 12703500.

HSL color Cylindrical-coordinate representation of color #0CD7C1: hue angle of 173.5º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD7C1 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 12 215 193 -
CMYK 0.94 0 0.10 0.16
HSL 173.5º 0.89% 0.45% -
HSV(B) 173.5º 0.94% 0.84% -
XYZ 34.08 52.53 58.8 -
YUV 151.8 151.25 28.29 -
System Red Green Blue C M Y K H S L
Decimal 12 215 193 0.94 0 0.10 0.16 173.5 0.89 0.45
Hex C D7 C1 5E 0 A 10 AD 59 2D
Octal 14 327 301 136 0 12 20 255 131 55
Binary 1100 11010111 11000001 1011110 0 1010 10000 10101101 1011001 101101

Color Harmonies of #0CD7C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD7C1

Black with #0CD7C1

Text Example


Text Example

White with #0CD7C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CD7C1; }

 p { color: rgb(12,215,193); }

 H1.HeaderClassName
 {
   color: #0CD7C1;
 }
 .AnyTagClassName
 {
   color: #0CD7C1;
 }
</style>

background-color css

<style>
 a { background-color: #0CD7C1; }

 a { background-color: rgb(12,215,193); }

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

border-color css

<style>
 span { border-color: #0CD7C1; }

 span { border-color: rgb(12,215,193); }

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