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

📋 copy color: '#0FC3C0'

red 15 ◦ green 195 ◦ blue 192

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

Shades of Robin's Egg Blue #0FC3C0

Tints of Robin's Egg Blue #0FC3C0

RGB

 RED value IS 15 (6.25% from 255) = 3.73%

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

 BLUE value IS 192 (75.39% from 255) = 47.76%

R = 3.73%
G = 48.51%
B = 47.76%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#0FC3C0 (or 0x0FC3C0) is known color: Robin's Egg Blue. HEX triplet: 0F, C3 and C0. RGB value is (15,195,192). Sum of RGB (Red+Green+Blue) = 15+195+192=402 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.73% from 402); Green value is 195 (76.56% from 255 or 48.51% from 402); Blue value is 192 (75.39% from 255 or 47.76% from 402); Max value from RGB is 195 - color contains mainly: green. Hex color #0FC3C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC3C0 is #F03C3F. Grayscale: #8C8C8C. Windows color (decimal): -15744064 or 12632847. OLE color: 12632847.

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

Color convert

RGB 15 195 192 -
CMYK 0.92 0 0.02 0.24
HSL 179º 0.86% 0.41% -
HSV(B) 179º 0.92% 0.76% -
XYZ 29.23 42.94 56.62 -
YUV 140.84 156.87 38.24 -
System Red Green Blue C M Y K H S L
Decimal 15 195 192 0.92 0 0.02 0.24 179 0.86 0.41
Hex F C3 C0 5C 0 2 18 B3 56 29
Octal 17 303 300 134 0 2 30 263 126 51
Binary 1111 11000011 11000000 1011100 0 10 11000 10110011 1010110 101001

Color Harmonies of #0FC3C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC3C0

Black with #0FC3C0

Text Example


Text Example

White with #0FC3C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,195,192); }

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

background-color css

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

 a { background-color: rgb(15,195,192); }

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

border-color css

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

 span { border-color: rgb(15,195,192); }

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