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

📋 copy color: '#0FE0BE'

red 15 ◦ green 224 ◦ blue 190

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

Shades of Robin's Egg Blue #0FE0BE

Tints of Robin's Egg Blue #0FE0BE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 52.21%

 BLUE value IS 190 (74.61% from 255) = 44.29%

R = 3.5%
G = 52.21%
B = 44.29%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#0FE0BE (or 0x0FE0BE) is known color: Robin's Egg Blue. HEX triplet: 0F, E0 and BE. RGB value is (15,224,190). Sum of RGB (Red+Green+Blue) = 15+224+190=429 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.50% from 429); Green value is 224 (87.89% from 255 or 52.21% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 224 - color contains mainly: green. Hex color #0FE0BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE0BE is #F01F41. Grayscale: #9D9D9D. Windows color (decimal): -15736642 or 12509199. OLE color: 12509199.

HSL color Cylindrical-coordinate representation of color #0FE0BE: hue angle of 170.24º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE0BE is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 15 224 190 -
CMYK 0.93 0 0.15 0.12
HSL 170.24º 0.87% 0.47% -
HSV(B) 170.24º 0.93% 0.88% -
XYZ 36.15 57.13 57.84 -
YUV 157.63 146.26 26.26 -
System Red Green Blue C M Y K H S L
Decimal 15 224 190 0.93 0 0.15 0.12 170.24 0.87 0.47
Hex F E0 BE 5D 0 F C AA 57 2F
Octal 17 340 276 135 0 17 14 252 127 57
Binary 1111 11100000 10111110 1011101 0 1111 1100 10101010 1010111 101111

Color Harmonies of #0FE0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE0BE

Black with #0FE0BE

Text Example


Text Example

White with #0FE0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,224,190); }

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

background-color css

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

 a { background-color: rgb(15,224,190); }

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

border-color css

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

 span { border-color: rgb(15,224,190); }

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