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

📋 copy color: '#0CC3BA'

red 12 ◦ green 195 ◦ blue 186

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

Shades of Robin's Egg Blue #0CC3BA

Tints of Robin's Egg Blue #0CC3BA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.62%

 BLUE value IS 186 (73.05% from 255) = 47.33%

R = 3.05%
G = 49.62%
B = 47.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#0CC3BA (or 0x0CC3BA) is known color: Robin's Egg Blue. HEX triplet: 0C, C3 and BA. RGB value is (12,195,186). Sum of RGB (Red+Green+Blue) = 12+195+186=393 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.05% from 393); Green value is 195 (76.56% from 255 or 49.62% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC3BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC3BA is #F33C45. Grayscale: #8B8B8B. Windows color (decimal): -15940678 or 12239628. OLE color: 12239628.

HSL color Cylindrical-coordinate representation of color #0CC3BA: hue angle of 177.05º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC3BA is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 12 195 186 -
CMYK 0.94 0 0.05 0.24
HSL 177.05º 0.88% 0.41% -
HSV(B) 177.05º 0.94% 0.76% -
XYZ 28.53 42.65 53.18 -
YUV 139.26 154.37 37.23 -
System Red Green Blue C M Y K H S L
Decimal 12 195 186 0.94 0 0.05 0.24 177.05 0.88 0.41
Hex C C3 BA 5E 0 5 18 B1 58 29
Octal 14 303 272 136 0 5 30 261 130 51
Binary 1100 11000011 10111010 1011110 0 101 11000 10110001 1011000 101001

Color Harmonies of #0CC3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC3BA

Black with #0CC3BA

Text Example


Text Example

White with #0CC3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,195,186); }

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

background-color css

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

 a { background-color: rgb(12,195,186); }

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

border-color css

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

 span { border-color: rgb(12,195,186); }

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