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

📋 copy color: '#0CCCC1'

red 12 ◦ green 204 ◦ blue 193

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

Shades of Robin's Egg Blue #0CCCC1

Tints of Robin's Egg Blue #0CCCC1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.88%

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

R = 2.93%
G = 49.88%
B = 47.19%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#0CCCC1 (or 0x0CCCC1) is known color: Robin's Egg Blue. HEX triplet: 0C, CC and C1. RGB value is (12,204,193). Sum of RGB (Red+Green+Blue) = 12+204+193=409 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.93% from 409); Green value is 204 (80.08% from 255 or 49.88% from 409); Blue value is 193 (75.78% from 255 or 47.19% from 409); Max value from RGB is 204 - color contains mainly: green. Hex color #0CCCC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCCC1 is #F3333E. Grayscale: #919191. Windows color (decimal): -15938367 or 12700684. OLE color: 12700684.

HSL color Cylindrical-coordinate representation of color #0CCCC1: hue angle of 176.56º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCCC1 is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB 12 204 193 -
CMYK 0.94 0 0.05 0.2
HSL 176.56º 0.89% 0.42% -
HSV(B) 176.56º 0.94% 0.8% -
XYZ 31.37 47.11 57.89 -
YUV 145.34 154.89 32.89 -
System Red Green Blue C M Y K H S L
Decimal 12 204 193 0.94 0 0.05 0.2 176.56 0.89 0.42
Hex C CC C1 5E 0 5 14 B1 59 2A
Octal 14 314 301 136 0 5 24 261 131 52
Binary 1100 11001100 11000001 1011110 0 101 10100 10110001 1011001 101010

Color Harmonies of #0CCCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCCC1

Black with #0CCCC1

Text Example


Text Example

White with #0CCCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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