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

📋 copy color: '#0FCDC0'

red 15 ◦ green 205 ◦ blue 192

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

Shades of Robin's Egg Blue #0FCDC0

Tints of Robin's Egg Blue #0FCDC0

RGB

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

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

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

R = 3.64%
G = 49.76%
B = 46.6%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#0FCDC0 (or 0x0FCDC0) is known color: Robin's Egg Blue. HEX triplet: 0F, CD and C0. RGB value is (15,205,192). Sum of RGB (Red+Green+Blue) = 15+205+192=412 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.64% from 412); Green value is 205 (80.47% from 255 or 49.76% from 412); Blue value is 192 (75.39% from 255 or 46.60% from 412); Max value from RGB is 205 - color contains mainly: green. Hex color #0FCDC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCDC0 is #F0323F. Grayscale: #929292. Windows color (decimal): -15741504 or 12635407. OLE color: 12635407.

HSL color Cylindrical-coordinate representation of color #0FCDC0: hue angle of 175.89º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCDC0 is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 15 205 192 -
CMYK 0.93 0 0.06 0.20
HSL 175.89º 0.86% 0.43% -
HSV(B) 175.89º 0.93% 0.8% -
XYZ 31.54 47.57 57.39 -
YUV 146.71 153.55 34.06 -
System Red Green Blue C M Y K H S L
Decimal 15 205 192 0.93 0 0.06 0.20 175.89 0.86 0.43
Hex F CD C0 5D 0 6 14 B0 56 2B
Octal 17 315 300 135 0 6 24 260 126 53
Binary 1111 11001101 11000000 1011101 0 110 10100 10110000 1010110 101011

Color Harmonies of #0FCDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCDC0

Black with #0FCDC0

Text Example


Text Example

White with #0FCDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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